From 30fa5dcc5445160d9dd4464e476ab513e027132f Mon Sep 17 00:00:00 2001 From: noackorama Date: Tue, 18 Jan 2022 18:08:10 +0100 Subject: change migration number closes #366 --- db/migrations/1.328_biest_149.php | 15 --------------- db/migrations/5.1.14_biest_149.php | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 db/migrations/1.328_biest_149.php create mode 100644 db/migrations/5.1.14_biest_149.php diff --git a/db/migrations/1.328_biest_149.php b/db/migrations/1.328_biest_149.php deleted file mode 100644 index 48b0cbf..0000000 --- a/db/migrations/1.328_biest_149.php +++ /dev/null @@ -1,15 +0,0 @@ -exec("UPDATE `log_actions` SET `info_template` = '%user lehnt Raumanfrage für %sem(%affected), Raum: %res(%coaffected) ab. %info' WHERE `log_actions`.`action_id` = '9179d3cf4e0353f9874bcde072d12b30'"); - } - -} - diff --git a/db/migrations/5.1.14_biest_149.php b/db/migrations/5.1.14_biest_149.php new file mode 100644 index 0000000..48b0cbf --- /dev/null +++ b/db/migrations/5.1.14_biest_149.php @@ -0,0 +1,15 @@ +exec("UPDATE `log_actions` SET `info_template` = '%user lehnt Raumanfrage für %sem(%affected), Raum: %res(%coaffected) ab. %info' WHERE `log_actions`.`action_id` = '9179d3cf4e0353f9874bcde072d12b30'"); + } + +} + -- cgit v1.0