summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAndreas Brandl <abrandl@gitlab.com>2018-07-23 16:36:21 +0200
committerAndreas Brandl <abrandl@gitlab.com>2018-07-26 12:44:44 +0200
commit45760de0eade1e3146d39355caea559e039bc670 (patch)
tree6b648b9067755e0622221861b75cb89adc29b815 /db/schema.rb
parent674882fe5dad76bdedd57f364ef2819b7e4f931f (diff)
downloadgitlab-ce-ab-49446-internal-ids-inconsistency.tar.gz
Add migration to cleanup internal_ids.ab-49446-internal-ids-inconsistency
See https://gitlab.com/gitlab-org/gitlab-ce/issues/49446.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 8ae0197d1b4..b76456576f3 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20180722103201) do
+ActiveRecord::Schema.define(version: 20180723130817) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"