mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 12:16:21 +02:00
Merge pull request #252 from mozilla-services/chore/index-name
chore: remove last last_modified -> modified remnant
This commit is contained in:
commit
66bc669dad
@ -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