Skip to content
Snippets Groups Projects
Commit 8f1efe93 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

renamed migration 20210603 to 20210804, made sure it can be executed twice, re #12

parent 38ee156e
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class AddConfigResourcesConfirmPlanDragAndDrop extends Migration ...@@ -14,7 +14,7 @@ class AddConfigResourcesConfirmPlanDragAndDrop extends Migration
$db = DBManager::get(); $db = DBManager::get();
$db->exec( $db->exec(
"INSERT INTO `config` "INSERT IGNORE INTO `config`
(`field`, `value`, `type`, `range`, (`field`, `value`, `type`, `range`,
`section`, `section`,
`mkdate`, `chdate`, `mkdate`, `chdate`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment