Files @ c7ef77ab2f95
Branch filter:

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

Søren Løvborg
db: remove SQLAlchemy Migrate support

The DbMigrateVersion table will be removed in a later changeset.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]