add backend index

This commit is contained in:
Robin Appelman 2020-07-26 12:53:16 +02:00
commit 6caba8a7ab

View file

@ -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:
-- --