Files @ c0ddc86b4654
Branch filter:

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

Marcin Kuzminski
Fix possible exception about repo_name not defined, on whoosh indexer when using index-only option
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]