Commit d7a6645f authored by Pawel Chojnacki's avatar Pawel Chojnacki

Update schema.db

parent d1972397
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20171220191323) do ActiveRecord::Schema.define(version: 20180104215427) do
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"
...@@ -1900,6 +1900,7 @@ ActiveRecord::Schema.define(version: 20171220191323) do ...@@ -1900,6 +1900,7 @@ ActiveRecord::Schema.define(version: 20171220191323) do
t.datetime "updated_at", null: false t.datetime "updated_at", null: false
end end
add_index "prometheus_metrics", ["group"], name: "index_prometheus_metrics_on_group", using: :btree
add_index "prometheus_metrics", ["project_id"], name: "index_prometheus_metrics_on_project_id", using: :btree add_index "prometheus_metrics", ["project_id"], name: "index_prometheus_metrics_on_project_id", using: :btree
create_table "protected_branch_merge_access_levels", force: :cascade do |t| create_table "protected_branch_merge_access_levels", force: :cascade do |t|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment