modmapper/migrations/20220113194929_add_cell_lookup_index.sql

2 lines
80 B
SQL

CREATE INDEX cells_master_world_id_x_y_index ON cells (master, world_id, x, y);