Add lower case index for data->code (#356)
* Add lower case index for data->code * Only add index if not exists * Fix numbering of migration
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE INDEX IF NOT EXISTS ix_order_rows_lower_data ON order_rows ((LOWER(data->>'code'::text)));
|
||||
Reference in New Issue
Block a user