Skip to content

Commit

Permalink
Default filter_type in generated migration to null so that config can…
Browse files Browse the repository at this point in the history
… override it
  • Loading branch information
Scott Willson authored and Scott Willson committed Mar 8, 2009
1 parent 65ef485 commit baa80aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/comatose_migration/templates/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def self.up
t.string "slug", :limit => 255
t.string "keywords", :limit => 255
t.text "body"
t.string "filter_type", :limit => 25, :default => "Textile"
t.string "filter_type", :limit => 25
t.string "author", :limit => 255
t.integer "position", :default => 0
t.integer "version"
Expand Down

0 comments on commit baa80aa

Please sign in to comment.