mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 18:14:08 +02:00
add upload time index
This commit is contained in:
parent
6caba8a7ab
commit
d006aba59b
1 changed files with 3 additions and 0 deletions
|
|
@ -489,6 +489,9 @@ CREATE INDEX demos_map_index
|
|||
CREATE INDEX demos_clean_map_index
|
||||
ON demos USING BTREE (clean_map_name(map));
|
||||
|
||||
CREATE INDEX demos_time_index
|
||||
ON demos USING BTREE (created_at);
|
||||
|
||||
--
|
||||
-- Name: kills_demo_id_idx; Type: INDEX; Schema: public; Owner: -; Tablespace:
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue