• Kamil Trzciński's avatar
    Fix `DbCleaner` migration helper to recreate DBs · b62f5796
    Kamil Trzciński authored
    The current `DatabaseTasks.migrate` call is not many databases
    aware. This changes the implementation to:
    
    - check each attached DB in a migration context
    - recreate and migrate all databases in a consistent way
    b62f5796
database_cleaner.rb 1.35 KB