Skip to content

Commit

Permalink
Modified migration to account for large event descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccallebs committed Jun 1, 2012
1 parent 79f1853 commit d70485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20120531224204_create_events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def change
t.integer :ticketweb_event_id
t.string :facebook_event_id
t.string :name
t.string :description
t.string :description, :limit => 2000
t.string :url
t.string :tags
t.string :timezone
Expand Down

0 comments on commit d70485f

Please sign in to comment.