summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
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 f5511ac1898..f77f6dfc66d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -531,7 +531,7 @@ ActiveRecord::Schema.define(version: 20151116144118) 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