Files @ 34a887bd21ae
Branch filter:

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

"Bradley M. Kuhn"
Update LICENSE.md to include license information about jQueery 1.10.2
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]