Add missing migration for cell lookup index
This commit is contained in:
parent
891dbd791a
commit
82996f237f
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);
|
Loading…
Reference in New Issue
Block a user