mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 18:14:08 +02:00
index map
This commit is contained in:
parent
a7e6344ace
commit
1b4d7a030a
1 changed files with 3 additions and 0 deletions
|
|
@ -505,6 +505,9 @@ CREATE INDEX demos_red_team_id_index ON demos USING btree (red_team_id);
|
|||
CREATE INDEX demos_uploader_index ON demos USING btree (uploader);
|
||||
|
||||
|
||||
CREATE INDEX demos_map_index ON demos USING btree (map);
|
||||
|
||||
|
||||
--
|
||||
-- Name: kills_demo_id_idx; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue