summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authortiagonbotelho <tiagonbotelho@hotmail.com>2016-07-20 12:02:58 +0100
committertiagonbotelho <tiagonbotelho@hotmail.com>2016-07-20 12:02:58 +0100
commit11ffdea7cebc7c4f896adbc5c2a5d31d25711395 (patch)
treedc7823582abaf0daee6f55afbfd602ea008dce61 /db/schema.rb
parent64232c71a402b17f38f5425d9e600e2650078ce3 (diff)
parentc1f0b7fcf0a28110ed4465a8afed254a4e33d5ee (diff)
downloadgitlab-ce-11ffdea7cebc7c4f896adbc5c2a5d31d25711395.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 39b02d9ba35..66ab0512efc 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: 20160716115710) do
+ActiveRecord::Schema.define(version: 20160718153603) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -843,6 +843,7 @@ ActiveRecord::Schema.define(version: 20160716115710) do
t.boolean "only_allow_merge_if_build_succeeds", default: false, null: false
t.boolean "has_external_issue_tracker"
t.string "repository_storage", default: "default", null: false
+ t.boolean "has_external_wiki"
end
add_index "projects", ["builds_enabled", "shared_runners_enabled"], name: "index_projects_on_builds_enabled_and_shared_runners_enabled", using: :btree