mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 18:14:08 +02:00
add backend index
This commit is contained in:
parent
936a5217e4
commit
6caba8a7ab
1 changed files with 3 additions and 0 deletions
|
|
@ -458,6 +458,9 @@ CREATE INDEX demos_blue_team_id_index
|
||||||
CREATE INDEX demos_hash_index
|
CREATE INDEX demos_hash_index
|
||||||
ON demos USING BTREE (hash);
|
ON demos USING BTREE (hash);
|
||||||
|
|
||||||
|
CREATE INDEX demos_backend_index
|
||||||
|
ON demos USING BTREE (backend);
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Name: demos_playercount_index; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
-- Name: demos_playercount_index; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue