Files @ a3efdd61a21f
Branch filter:

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

Marcin Kuzminski
Git Hooks are automatically installed in new repos
- fixed issue with initial push
- changed git pre-receive hook template to py file
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]