Files @ 2ad50c44b025
Branch filter:

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

Indra Talip
when indexing changesets use the raw_id to locate the point from
which to start indexing rather than the revision which can be unreliable.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]