diff options
author | Mario de la Ossa <mariodelaossa@gmail.com> | 2018-08-16 19:05:07 -0600 |
---|---|---|
committer | Mario de la Ossa <mariodelaossa@gmail.com> | 2018-08-20 22:20:41 -0600 |
commit | bf3d1900cb637fc23c002a81a383935c1ea58a0e (patch) | |
tree | 3fa396845f32f9d2efe1b2b169e04431883a7874 /db/schema.rb | |
parent | e4e172a221a917e86a83c39daea5f3276377ed63 (diff) | |
download | gitlab-ce-bf3d1900cb637fc23c002a81a383935c1ea58a0e.tar.gz |
Backport of gitlab-org/gitlab-ee!6876ce-6752-jira-branches
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 9dc122b54b3..6168a1be29e 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: 20180809195358) do +ActiveRecord::Schema.define(version: 20180816193530) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |