[refs #441] Fix schema

This commit is contained in:
konstantin.grabar 2012-07-31 12:56:55 +04:00
parent 724b36a4b4
commit 0305976a27
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ ActiveRecord::Schema.define(:version => 20120719045806) do
t.text "body_ru"
t.text "body_en"
t.string "status"
t.boolean "published"
t.boolean "published", :default => true
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end