Files @ 4f31439c90d3
Branch filter:

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

Mads Kiilerich
pull requests: use org_ref with correct symbolic name instead of fake one

So far this is only cosmetic, but it might make a difference for further
processing of a PR.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]