diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2021-09-01 15:06:02 +0200 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2021-09-01 15:06:02 +0200 |
| commit | 8f1efe9394ed0a6d4822b43fc7b7c7e6ebebc90a (patch) | |
| tree | 52c3591d2b41c98c0c1bb0aff50e1c426fda8e5d /db | |
| parent | 38ee156e2e0541a45b9e991250ebd044295e7f27 (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`, |
