fixes #439 by patch from alex eagle

This commit is contained in:
Matthias Tarasiewicz 2007-04-08 19:37:47 +00:00
parent ca9e155c17
commit 40a71e80d9
3 changed files with 84 additions and 46 deletions

View file

@ -14,7 +14,7 @@ class Beta1Schema < ActiveRecord::Migration
t.column "updated_at", :datetime, :null => false
t.column "revised_at", :datetime, :null => false
t.column "page_id", :integer, :default => 0, :null => false
t.column "content", :text, :default => "", :null => false
t.column "content", :text
t.column "author", :string, :limit => 60
t.column "ip", :string, :limit => 60
end