Skip to content

Commit a6a5214

Browse files
committed
Empty table before adding primary key
1 parent a700003 commit a6a5214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

schema/mysql-migrations/upgrade_59.sql

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DELETE FROM vspheredb_daemonlog;
2+
13
ALTER TABLE vspheredb_daemonlog
24
ADD PRIMARY KEY (instance_uuid, ts_create);
35

0 commit comments

Comments
 (0)