Skip to content

Commit 002c39b

Browse files
authored
Merge pull request #560 from Icinga/empty-table-before-adding-pk
Empty table before adding primary key
2 parents a700003 + e766eb0 commit 002c39b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

schema/mysql-migrations/upgrade_59.sql

Lines changed: 2 additions & 0 deletions
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)