[DB] Update schema

This commit is contained in:
Harsha Raghu
2022-01-18 00:48:01 +05:30
parent 9615f2037e
commit c01de167f3
2 changed files with 2 additions and 2 deletions

View File

@@ -792,7 +792,7 @@ create TABLE topgg(
userid BIGINT NOT NULL,
boostedTimestamp TIMESTAMPTZ NOT NULL
);
CREATE INDEX topgg_member ON topgg (guildid, userid);
CREATE INDEX topgg_member ON topgg (userid);
-- }}}
-- vim: set fdm=marker: