Files @ 5d1d25c1c700
Branch filter:

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

Marcin Kuzminski
set the status of changesets initially on pull request, and make sure we care of version collisions.
Fixes issues #690 and #587
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]