Files @ 1f75b23c3e26
Branch filter:

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

Marcin Kuzminski
switched repo_name to non greedy match.
In some cases greedy match can confuse routes system, and return 404 for valid urls
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]