Skip to content
Snippets Groups Projects
Commit 2506ed5c authored by Valery Sizov's avatar Valery Sizov Committed by Rubén Dávila
Browse files

fix schema

parent 3d588d6b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -531,7 +531,7 @@ ActiveRecord::Schema.define(version: 20151118162244) do
t.string "type"
t.string "description", default: "", null: false
t.string "avatar"
t.boolean "visible", default: false
t.boolean "public", default: false
end
 
add_index "namespaces", ["created_at", "id"], name: "index_namespaces_on_created_at_and_id", using: :btree
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment