We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1673c25 commit a970b55Copy full SHA for a970b55
src/main/resources/config/sql/base/V8__indexForTimestamp_v1_1.sql
@@ -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