Files @ 05ed7e20bd0f
Branch filter:

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

Mads Kiilerich
old style: use kallithea-logo.png in page headers

Using http://openfontlibrary.org/en/font/fally-pin
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]