diff --git a/db/migrate/20120101000030_create_storage.rb b/db/migrate/20120101000030_create_storage.rb index 218b915f6..e458df436 100644 --- a/db/migrate/20120101000030_create_storage.rb +++ b/db/migrate/20120101000030_create_storage.rb @@ -20,7 +20,7 @@ class CreateStorage < ActiveRecord::Migration add_index :store_objects, [:name], :unique => true create_table :store_files do |t| - t.column :data, :binary + t.column :data, :binary, :limit => 100.megabytes t.column :md5, :string, :limit => 60, :null => false t.timestamps end