Created indices on search and filter fields
This commit is contained in:
@@ -10,4 +10,6 @@ CREATE TABLE IF NOT EXISTS raid_builder.game(
|
||||
created_date timestamptz NOT NULL
|
||||
);
|
||||
|
||||
CREATE INDEX idx_game_game_name ON raid_builder.game(game_name);
|
||||
|
||||
GRANT ALL ON TABLE raid_builder.game TO raid_builder;
|
||||
|
||||
Reference in New Issue
Block a user