Files @ 1c32b72930fa
Branch filter:

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

leonardo
Addding context bar to more repo related pages.
Fixing the base template to work on non-repo related pages.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]