diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-11-07 17:54:03 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-11-07 17:54:03 +0100 |
commit | e957ea4ae1dac758c3510288b2ac2a2992cd4f7e (patch) | |
tree | 3bda223d153d4889eb883666a1c448005ca445e6 /db | |
parent | 0a459db00877d032e7765ec9f3b11efcfceaf168 (diff) | |
parent | 18ac8acb5b97c2a395b8c453a29d0fcfd176b9c9 (diff) | |
download | gitlab-ce-e957ea4ae1dac758c3510288b2ac2a2992cd4f7e.tar.gz |
Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into add-ingress-to-cluster-applications
Diffstat (limited to 'db')
-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 3bb2543f044..d8f44d1dcf1 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: 20171106101200) do +ActiveRecord::Schema.define(version: 20171101134435) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |