summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2018-08-09 20:41:39 +0200
committerGabriel Mazetto <brodock@gmail.com>2018-08-16 19:58:17 +0200
commit85e83813379bb7be86e266c67dedcfee2cd6d738 (patch)
tree9f65b66850428e7eb917d813571db97d58e9d96d /db/schema.rb
parentfd9377fa1a4e1eaef280200430c47036d0e58d71 (diff)
downloadgitlab-ce-85e83813379bb7be86e266c67dedcfee2cd6d738.tar.gz
Add WikiAccessLevel migration from `NULL` to `20`
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 1288a98745c..9dc122b54b3 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: 20180808162000) do
+ActiveRecord::Schema.define(version: 20180809195358) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"