fix insert ignore syntax for mysql
This commit is contained in:
parent
b8c09865b7
commit
07a8a545bb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ LIMIT 1
|
||||||
`
|
`
|
||||||
|
|
||||||
var legacyMigrationsImport = `
|
var legacyMigrationsImport = `
|
||||||
INSERT OR IGNORE INTO migrations (name) VALUES
|
INSERT IGNORE INTO migrations (name) VALUES
|
||||||
('create-table-users')
|
('create-table-users')
|
||||||
,('create-table-repos')
|
,('create-table-repos')
|
||||||
,('create-table-builds')
|
,('create-table-builds')
|
||||||
|
|
Loading…
Reference in a new issue