summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-03 17:08:06 +0200
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-03 17:08:06 +0200
commitdd74237ddc8bef97e45757caf2e91f157e7dd7d2 (patch)
treec4dcadc2fa1a08fd692a4ec22e9614e925010fd1 /db/schema.rb
parent794ac6c5421e04056dfd336559786fb166c9fa0a (diff)
downloadgitlab-ce-dd74237ddc8bef97e45757caf2e91f157e7dd7d2.tar.gz
Split migration to add and index namespaces.runners_token
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 c88d6f3f9e9..177ad0bf23e 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: 20180430143705) do
+ActiveRecord::Schema.define(version: 20180503150427) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"