chore: remove last last_modified -> modified remnant

This commit is contained in:
Philip Jenvey 2019-10-07 14:02:38 -07:00
parent 5065577194
commit b67a1bfc75
No known key found for this signature in database
GPG Key ID: 5B9F83DE4F7EB7FA

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;