Files @ 851ea1139169
Branch filter:

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

Tony Bussieres
No more relying on user agent to check if the request is for a git action. Patch candidate for issue #368
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]