mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 12:16:21 +02:00
chore: remove last last_modified -> modified remnant
This commit is contained in:
parent
5065577194
commit
b67a1bfc75
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user