Files @ 6ebb165c3942
Branch filter:

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

Augusto Herrmann
Wrapped 1 missing i18n call & fixed typo in pt_BR l10n
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]