Files @ 49032f99b4ab
Branch filter:

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

Marcin Kuzminski
Release 1.1.5 fixes:
removed pl (untranslated) language,
added message extractors for html and updated the pot file with all translatable strings
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]