Files @ 008d9c6f7c92
Branch filter:

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

H Waldo G
fleshing out the Upgrade doc, and modified the references to Cheeseshop in the Install doc
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]