We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6e80f commit b6ac342Copy full SHA for b6ac342
lib/rom/sql/tasks/migration_tasks.rake
@@ -69,7 +69,7 @@ namespace :db do
69
end
70
71
72
- desc 'Perform migration down (erase all data)'
+ desc 'Perform migration down (removes all tables)'
73
task clean: :rom_configuration do
74
ROM::SQL::RakeSupport.run_migrations(target: 0)
75
puts '<= db:clean executed'
0 commit comments