Update db/migrate/upgrades/07_upgrade_to_1_6_0.rb
Oleg Khabarov
committed Dec 20, 2011
commit f7a194d327a81b59cb591dd2b4e9d1fdd4c798ad
Showing 1
changed file with
1 additions
and 1 deletions
migrate/upgrades/07_upgrade_to_1_6_0.rb b/db/migrate/upgrades/07_upgrade_to_1_6_0.rb
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| class UpgradeTo160 < ActiveRecord::Migration | |
| def self.up | |
| - | add_column :cms_sites, :identifier, :string, :null => false |
| + | add_column :cms_sites, :identifier, :string |
| add_index :cms_sites, :identifier | |
| rename_column :cms_layouts, :slug, :identifier | |