modmapper/migrations/20220113194929_add_cell_lookup_index.sql

2 lines
80 B
MySQL
Raw Normal View History

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