fixed migration for ruby 1.9
This commit is contained in:
parent
1b1a23aa8f
commit
b0ba35274e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
require 'db/migrate/20110105051803_create_import_tables'
|
require File.join(Rails.root, 'db/migrate/20110105051803_create_import_tables')
|
||||||
class DropImportTables < ActiveRecord::Migration
|
class DropImportTables < ActiveRecord::Migration
|
||||||
def self.up
|
def self.up
|
||||||
CreateImportTables.down
|
CreateImportTables.down
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue