Files @ 5d0ad07d889a
Branch filter:

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

Marcin Kuzminski
Killed home button. It's a wast of space, and every other major service simply doesn't have a home button. Getting to home can be
always achieved by clicking the Instance title on the left side
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]