mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 18:14:08 +02:00
better search by steamid
This commit is contained in:
parent
10b194f7e8
commit
34ec8188d6
1 changed files with 2 additions and 0 deletions
|
|
@ -560,6 +560,8 @@ CREATE INDEX teams_profile_id_index ON teams USING btree (profile_id);
|
||||||
|
|
||||||
CREATE UNIQUE INDEX upload_blacklist_uploader_id_idx ON upload_blacklist USING btree (uploader_id);
|
CREATE UNIQUE INDEX upload_blacklist_uploader_id_idx ON upload_blacklist USING btree (uploader_id);
|
||||||
|
|
||||||
|
CREATE UNIQUE INDEX users_steamid_idx ON users USING btree (steamid);
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- PostgreSQL database dump complete
|
-- PostgreSQL database dump complete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue