fixing migration name

Oleg committed Aug 26, 2011
commit 5557f64711f90fd131110a1a264579d7b0bb38e7
Showing 1 changed file with 1 additions and 1 deletions
migrate/upgrades/05_upgrade_to_1_4_0.rb b/db/migrate/upgrades/05_upgrade_to_1_4_0.rb +1 -1
@@ @@ -1,4 +1,4 @@
- class UpgradeTo130 < ActiveRecord::Migration
+ class UpgradeTo140 < ActiveRecord::Migration
def self.up
rename_table :cms_uploads, :cms_files
add_column :cms_files, :label, :string