-require 'lib/migrate'
+require 'migrate'
class AddChangesets < ActiveRecord::Migration
@@conv_user_tables = ['current_nodes',
def self.down
# It's not easy to generate the user ids from the changesets
- raise IrreversibleMigration.new
+ raise ActiveRecord::IrreversibleMigration
#drop_table "changesets"
#drop_table "changeset_tags"
end