Files @ 3e32980f50f2
Branch filter:

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

Bradley M. Kuhn
Update LICENSE.md to include license information about Select2

License details were taken from the LICENSE file in Select2 distribution.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]