diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-08-21 13:37:44 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-08-21 13:37:44 +0000 |
| commit | 7bdb66ec5f26fdf471bff363fdf0b60e6bc68b74 (patch) | |
| tree | ccd20b8f06e0b1145db5e46f7b3d230c586a6cd5 /db | |
| parent | b82efbfc95fce2e1ead163223f005df7254e2869 (diff) | |
rename migration, fixes #3036
Closes #3036
Merge request studip/studip!2034
Diffstat (limited to 'db')
| -rw-r--r-- | db/migrations/5.4.12_add_missing_lock_log_actions.php (renamed from db/migrations/5.4.12_add_missing_log_actions.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/5.4.12_add_missing_log_actions.php b/db/migrations/5.4.12_add_missing_lock_log_actions.php index 0a82199..50be4da 100644 --- a/db/migrations/5.4.12_add_missing_log_actions.php +++ b/db/migrations/5.4.12_add_missing_lock_log_actions.php @@ -1,6 +1,6 @@ <?php -final class AddMissingLogActions extends Migration +final class AddMissingLockLogActions extends Migration { public function description() { |
