rom-rb / rom-rb.org

The official rom-rb website
https://rom-rb.org/
45 stars 108 forks source link

Unclear documentation #324

Closed Yaroslavzev closed 3 years ago

Yaroslavzev commented 3 years ago

In section is said that rake db:clean - removes all tables, but in description of rake-task is said another

  desc 'Perform migration down (erase all data)'
  task clean: :rom_configuration do
    ROM::SQL::RakeSupport.run_migrations(target: 0)
    puts '<= db:clean executed'
  end

What is the intended behavior should be?