Merge pull request #252 from mozilla-services/chore/index-name

chore: remove last last_modified -> modified remnant
This commit is contained in:
JR Conlin 2019-10-08 09:19:45 -07:00 committed by GitHub
commit 66bc669dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ CREATE TABLE bso (
) PRIMARY KEY(fxa_uid, fxa_kid, collection_id, id),
INTERLEAVE IN PARENT user_collections ON DELETE CASCADE;
CREATE INDEX BsoLastModified
CREATE INDEX BsoModified
ON bso(fxa_uid, fxa_kid, collection_id, modified DESC, expiry),
INTERLEAVE IN user_collections;