aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2021-09-01 15:06:02 +0200
committerMoritz Strohm <strohm@data-quest.de>2021-09-01 15:06:02 +0200
commit8f1efe9394ed0a6d4822b43fc7b7c7e6ebebc90a (patch)
tree52c3591d2b41c98c0c1bb0aff50e1c426fda8e5d /db
parent38ee156e2e0541a45b9e991250ebd044295e7f27 (diff)
renamed migration 20210603 to 20210804, made sure it can be executed twice, re #12
Diffstat (limited to 'db')
-rw-r--r--db/migrations/20210804_add_config_resources_confirm_plan_drag_and_drop.php (renamed from db/migrations/20210603_add_config_resources_confirm_plan_drag_and_drop.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/20210603_add_config_resources_confirm_plan_drag_and_drop.php b/db/migrations/20210804_add_config_resources_confirm_plan_drag_and_drop.php
index 1bbfc1d..c722c9c 100644
--- a/db/migrations/20210603_add_config_resources_confirm_plan_drag_and_drop.php
+++ b/db/migrations/20210804_add_config_resources_confirm_plan_drag_and_drop.php
@@ -14,7 +14,7 @@ class AddConfigResourcesConfirmPlanDragAndDrop extends Migration
$db = DBManager::get();
$db->exec(
- "INSERT INTO `config`
+ "INSERT IGNORE INTO `config`
(`field`, `value`, `type`, `range`,
`section`,
`mkdate`, `chdate`,