Files @ 8fa8d0d034e6
Branch filter:

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

Marcin Kuzminski
- added branch to history list for file
- fixed some inconsistency on file page when used mixed last_changeset with current changeset
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]