lib/sequel_rails/railties/database.rake in sequel-rails-0.9.14 vs lib/sequel_rails/railties/database.rake in sequel-rails-0.9.15
- old
+ new
@@ -35,10 +35,10 @@
if File.exist?(file)
require 'sequel/extensions/migration'
load(file)
::Sequel::Migration.descendants.each { |m| m.apply(db_for_current_env, :up) }
else
- abort '#{file} doesn\'t exist yet. Run \'rake #{sequel_rails_namespace}:migrate\' to create it, then try again.'
+ abort "#{file} doesn't exist yet. Run 'rake #{sequel_rails_namespace}:migrate' to create it, then try again."
end
end
end
namespace :structure do