Skip to content

Commit

Permalink
Fix field length for longer descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Jun 12, 2010
1 parent 46d58d0 commit 147cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20100608224242_create_companies.rb
Expand Up @@ -2,7 +2,7 @@ class CreateCompanies < ActiveRecord::Migration
def self.up
create_table :companies do |t|
t.string :name
t.string :description
t.text :description
t.string :logo_url
t.string :url

Expand Down

0 comments on commit 147cc96

Please sign in to comment.