Files @ 77d8917d1d57
Branch filter:

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

Marcin Kuzminski
Email: in changeset comments email display the comment first.
It can be confusing if the changeset description is displayed first.
Users expect to read the comment first.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]