Commit fecdd8bea83645e699941122199d05bd8e8ca5ab
Committed by
Fabio Teixeira
1 parent
ac4a7edc
Exists in
article_blog_visualization_format
Update schema
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
db/schema.rb
... | ... | @@ -535,15 +535,16 @@ ActiveRecord::Schema.define(:version => 20150602142030) do |
535 | 535 | t.boolean "is_template", :default => false |
536 | 536 | t.integer "template_id" |
537 | 537 | t.string "redirection_after_login" |
538 | - t.integer "friends_count", :default => 0, :null => false | |
539 | - t.integer "members_count", :default => 0, :null => false | |
540 | - t.integer "activities_count", :default => 0, :null => false | |
538 | + t.integer "friends_count", :default => 0, :null => false | |
539 | + t.integer "members_count", :default => 0, :null => false | |
540 | + t.integer "activities_count", :default => 0, :null => false | |
541 | 541 | t.string "personal_website" |
542 | 542 | t.string "jabber_id" |
543 | 543 | t.integer "welcome_page_id" |
544 | 544 | t.boolean "allow_members_to_invite", :default => true |
545 | 545 | t.boolean "invite_friends_only", :default => false |
546 | 546 | t.boolean "secret", :default => false |
547 | + t.string "date_format", :default => "month_name_with_year" | |
547 | 548 | end |
548 | 549 | |
549 | 550 | add_index "profiles", ["activities_count"], :name => "index_profiles_on_activities_count" | ... | ... |