Commit 49c040d8 authored by Rémy Coutable's avatar Rémy Coutable

Remove spaces in db/schema.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 93bbc1f9
......@@ -1044,7 +1044,7 @@ ActiveRecord::Schema.define(version: 20161007133303) do
create_table "protected_branch_merge_access_levels", force: :cascade do |t|
t.integer "protected_branch_id", null: false
t.integer "access_level", default: 40, null: false
t.integer "access_level", default: 40
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "user_id"
......@@ -1055,7 +1055,7 @@ ActiveRecord::Schema.define(version: 20161007133303) do
create_table "protected_branch_push_access_levels", force: :cascade do |t|
t.integer "protected_branch_id", null: false
t.integer "access_level", default: 40, null: false
t.integer "access_level", default: 40
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "user_id"
......
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