Skip to content

Commit a970b55

Browse files
committed
SEBSP-201 added migration to add index
1 parent 1673c25 commit a970b55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- -----------------------------------------------------
2+
-- SEBSP-201 Add column index for timestamp in table screenshot_data
3+
-- -----------------------------------------------------
4+
5+
CREATE INDEX `idx_screenshot_data_timestamp` ON `screenshot_data` (`timestamp` ASC);

0 commit comments

Comments
 (0)