better search by steamid

This commit is contained in:
Robin Appelman 2017-04-20 18:06:19 +02:00
commit 34ec8188d6

View file

@ -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 users_steamid_idx ON users USING btree (steamid);
--
-- PostgreSQL database dump complete