VRFS-3936 index on json_stores.type column

This commit is contained in:
Jonathan Kolyer 2017-03-16 11:21:53 -07:00
parent cbfb8f35c1
commit 4f4757c946
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1 @@
CREATE INDEX json_stores_type ON json_stores USING btree(type);