Files @ fa6ba6727475
Branch filter:

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

Mads Kiilerich
further cleanup of UsersGroup

Renaming some names ... but trying not to change API or database scheme.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]