Files @ 87c97fcea029
Branch filter:

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

Leonardo
Adding the context bar too all pages related to a Repository.
Deleted top menu items that are on the context bar already.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]