fix insert ignore syntax for mysql

This commit is contained in:
Brad Rydzewski 2017-05-14 19:08:42 +02:00
parent b8c09865b7
commit 07a8a545bb

View file

@ -74,7 +74,7 @@ LIMIT 1
`
var legacyMigrationsImport = `
INSERT OR IGNORE INTO migrations (name) VALUES
INSERT IGNORE INTO migrations (name) VALUES
('create-table-users')
,('create-table-repos')
,('create-table-builds')