Skip to content

Commit

Permalink
'String' too small for string property
Browse files Browse the repository at this point in the history
  • Loading branch information
adis-io committed Mar 13, 2015
1 parent c342c70 commit bcdc8c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ class CreateActiveadminSettingsSettings < ActiveRecord::Migration
def change
create_table :activeadmin_settings_settings do |t|
t.string :name
t.string :string
t.text :string
t.string :file

t.timestamps
Expand Down

0 comments on commit bcdc8c8

Please sign in to comment.