Skip to content

Commit

Permalink
Fixed apparent MySQL migration error on Windows/XP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dvorkin committed Oct 10, 2009
1 parent a5d829f commit 4897731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -7,6 +7,7 @@ then you win. –- Mahatma Gandhi
Fri, Oct 9, 2009
---------------------------------------------------------------------
- Prevent multiple form submissions by pressing [Submit] button twice.
- Fixed apparent MySQL migration error on Windows/XP.

Wed, Oct 7, 2009
---------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion db/migrate/016_create_comments.rb
Expand Up @@ -5,7 +5,7 @@ def self.up
t.references :commentable, :polymorphic => true
t.boolean :private # TODO: add support for private comments.
t.string :title, :default => ""
t.text :comment, :default => ""
t.text :comment
t.timestamps
end
end
Expand Down

0 comments on commit 4897731

Please sign in to comment.