summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-12-17 18:37:32 +0100
committerJasper Maes <jaspermaes.jm@gmail.com>2018-12-17 18:50:49 +0100
commitb9e67b7f3bda09e929f65901c78d9159600949fa (patch)
treee92c0617546fd1839e779279d9d6d415f81ba31e /changelogs
parent4a10c813e726d09216c534bb0ad0ae50a0400259 (diff)
downloadgitlab-ce-b9e67b7f3bda09e929f65901c78d9159600949fa.tar.gz
Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/deprecated-directly-inheriting-migration.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/deprecated-directly-inheriting-migration.yml b/changelogs/unreleased/deprecated-directly-inheriting-migration.yml
new file mode 100644
index 00000000000..2793cc0d44f
--- /dev/null
+++ b/changelogs/unreleased/deprecated-directly-inheriting-migration.yml
@@ -0,0 +1,5 @@
+---
+title: 'Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.'
+merge_request: 23884
+author: Jasper Maes
+type: other