Files @ c0ec29b20eb6
Branch filter:

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

Marcin Kuzminski
Fixed githooks for fetching multiple tags and branches.
- Updated git hook template with version and fixed issue with parsing refs
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]