diff options
author | Andreas Brandl <abrandl@gitlab.com> | 2018-07-23 16:36:21 +0200 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2018-07-26 12:44:44 +0200 |
commit | 45760de0eade1e3146d39355caea559e039bc670 (patch) | |
tree | 6b648b9067755e0622221861b75cb89adc29b815 /db/schema.rb | |
parent | 674882fe5dad76bdedd57f364ef2819b7e4f931f (diff) | |
download | gitlab-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.rb | 2 |
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" |