add index to position updated at column for nodes table
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- CreateIndex
|
||||
CREATE INDEX `nodes_position_updated_at_idx` ON `nodes`(`position_updated_at`);
|
Reference in New Issue
Block a user