Files @ cee56368e4f9
Branch filter:

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

Andrew Shadura
old style: fix text areas in fork dialog

There's no textarea-repo style, so the entry box
isn't properly aligned.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]