Skip to content

Commit

Permalink
fix insert ignore syntax for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed May 14, 2017
1 parent b8c0986 commit 07a8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/datastore/ddl/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 07a8a54

Please sign in to comment.