VRFS-3936 index on json_stores.type column
This commit is contained in:
parent
cbfb8f35c1
commit
4f4757c946
|
|
@ -372,4 +372,5 @@ retailer_interest.sql
|
|||
connection_role.sql
|
||||
retailer_payment_split.sql
|
||||
teacher_distribution_fields.sql
|
||||
jam_track_download_rights.sql
|
||||
jam_track_download_rights.sql
|
||||
json_stores_type_index.sql
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
CREATE INDEX json_stores_type ON json_stores USING btree(type);
|
||||
Loading…
Reference in New Issue