diff options
author | syasonik <syasonik@gitlab.com> | 2019-02-15 19:36:59 +0800 |
---|---|---|
committer | syasonik <syasonik@gitlab.com> | 2019-02-15 19:47:30 +0800 |
commit | 2ddc8aa51cdc9fe9f36e024347f7bdc43c9e59ac (patch) | |
tree | 26458bde01705129bc8e7e972a8f479a30658ad6 /db/schema.rb | |
parent | 44542b4505d5b0a8d14e2d1aaec369703860b51c (diff) | |
download | gitlab-ce-import-multiple-queries.tar.gz |
Migrate queries and support importing to tableimport-multiple-queries
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 20cb88d46ab..1b0268da192 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20190213100701) do +ActiveRecord::Schema.define(version: 20190215071340) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |