Add missing migration for cell lookup index
This commit is contained in:
1
migrations/20220113194929_add_cell_lookup_index.sql
Normal file
1
migrations/20220113194929_add_cell_lookup_index.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE INDEX cells_master_world_id_x_y_index ON cells (master, world_id, x, y);
|
||||
Reference in New Issue
Block a user