Files @ 63a980ac1bba
Branch filter:

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

Marcin Kuzminski
add example when having chunking module for nginx enabled.
- overcomes large git push issues and having to set postBuffer in gitconfig
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]