Skip to content

Commit

Permalink
chore: remove last last_modified -> modified remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Oct 7, 2019
1 parent 5065577 commit b67a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner-2019-10-01.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b67a1bf

Please sign in to comment.