mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
fix insert ignore syntax for mysql
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user