Files @ 9e677f6d34cb
Branch filter:

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

Leonardo
Fixing missing icons.
Removing the breadcrumb from the box header, so it will only be on the context bar.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]