diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-04 12:35:28 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-04 12:35:28 +0100 |
| commit | 99270fc42e15a70a86dcffbe34fa2351c833ca71 (patch) | |
| tree | 71702b15378e546370262bd0e6cc370bcd961b1f | |
| parent | 9b405f9537bb9c5a9b3c3a769e61d7267c722126 (diff) | |
remove bogus migration from branch 6.1, re #6255
| -rw-r--r-- | db/migrations/6.2.2_add_unique_constraint_to_forum_posting_reactions.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/db/migrations/6.2.2_add_unique_constraint_to_forum_posting_reactions.php b/db/migrations/6.2.2_add_unique_constraint_to_forum_posting_reactions.php deleted file mode 100644 index f867abd..0000000 --- a/db/migrations/6.2.2_add_unique_constraint_to_forum_posting_reactions.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -/** - * @see https://gitlab.studip.de/studip/studip/-/issues/6255 - */ -return new class extends Migration -{ - public function description() - { - return 'Dummy migration that does nothing'; - } -}; |
