Skip to content
Snippets Groups Projects
Commit 71727961 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

allow migration to be executed multiple times, fixes #1067

parent ece378ee
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ class OerMaterialSuggestion extends Migration
public function up()
{
$query = "INSERT INTO `config`
$query = "INSERT IGNORE INTO `config`
SET `field` = :field,
`value` = :value,
`type` = :type,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment