Files @ 08f89c688592
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py

Marcin Kuzminski
deleting a group now does same archive operation like deleting repositories. Improve prompt that show number of repos that will
be archived together with a group.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]