Skip to content

Commit b6ac342

Browse files
authored
Clarify rake db:clean description
Closes rom-rb/rom-rb.org#324
1 parent ce6e80f commit b6ac342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rom/sql/tasks/migration_tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace :db do
6969
end
7070
end
7171

72-
desc 'Perform migration down (erase all data)'
72+
desc 'Perform migration down (removes all tables)'
7373
task clean: :rom_configuration do
7474
ROM::SQL::RakeSupport.run_migrations(target: 0)
7575
puts '<= db:clean executed'

0 commit comments

Comments
 (0)