mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 10:04:10 +02:00
add chat index
This commit is contained in:
parent
317b0b1c9e
commit
936a5217e4
1 changed files with 3 additions and 0 deletions
|
|
@ -441,6 +441,9 @@ ALTER TABLE ONLY users
|
||||||
CREATE INDEX alias_trgm_idx
|
CREATE INDEX alias_trgm_idx
|
||||||
ON players USING GIN (name gin_trgm_ops);
|
ON players USING GIN (name gin_trgm_ops);
|
||||||
|
|
||||||
|
CREATE INDEX chat_demo_idx
|
||||||
|
ON chat USING BTREE (demo_id);
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Name: demos_blue_team_id_index; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
-- Name: demos_blue_team_id_index; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue