Files @ 9af9953a3159
Branch filter:

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

Mads Kiilerich
old style: make settings box expand to contain floating content and show menu nicely

The floating of the panes is hardcoded, so we also hardcode the necessary overflow auto.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]