We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a700003 commit a6a5214Copy full SHA for a6a5214
schema/mysql-migrations/upgrade_59.sql
@@ -1,3 +1,5 @@
1
+DELETE FROM vspheredb_daemonlog;
2
+
3
ALTER TABLE vspheredb_daemonlog
4
ADD PRIMARY KEY (instance_uuid, ts_create);
5
0 commit comments