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 2c0a500 commit 5a01cb8Copy full SHA for 5a01cb8
migrations/V123__update_time_vault_items.sql
@@ -0,0 +1,11 @@
1
+ALTER table `map`
2
+ MODIFY COLUMN `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'When this entry was updated';
3
+
4
+ALTER table `map_version`
5
6
7
+ALTER table `mod`
8
9
10
+ALTER table `mod_version`
11
0 commit comments