Commit 853418beac84752c8a9bef0448c0a518594a8d7b
Committed by
Rodrigo Souto
1 parent
b8629708
Exists in
master
and in
22 other branches
db/schema.rb: update
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
db/schema.rb
... | ... | @@ -320,17 +320,18 @@ ActiveRecord::Schema.define(:version => 20150602142030) do |
320 | 320 | t.text "design_data" |
321 | 321 | t.text "custom_header" |
322 | 322 | t.text "custom_footer" |
323 | - t.string "theme", :default => "default", :null => false | |
323 | + t.string "theme", :default => "default", :null => false | |
324 | 324 | t.text "terms_of_use_acceptance_text" |
325 | 325 | t.datetime "created_at" |
326 | 326 | t.datetime "updated_at" |
327 | - t.integer "reports_lower_bound", :default => 0, :null => false | |
327 | + t.integer "reports_lower_bound", :default => 0, :null => false | |
328 | 328 | t.string "redirection_after_login", :default => "keep_on_same_page" |
329 | 329 | t.text "signup_welcome_text" |
330 | 330 | t.string "languages" |
331 | 331 | t.string "default_language" |
332 | 332 | t.string "noreply_email" |
333 | 333 | t.string "redirection_after_signup", :default => "keep_on_same_page" |
334 | + t.string "date_format", :default => "month_name_with_year" | |
334 | 335 | end |
335 | 336 | |
336 | 337 | create_table "external_feeds", :force => true do |t| | ... | ... |