# File lib/dm-migrations/migration.rb, line 239 def needs_up? return true unless migration_info_table_exists? migration_record.empty? end