Files @ 5948ab03e639
Branch filter:

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

Marcin Kuzminski
default session settings was reverted to file.
- encrypted cookie requires additional libs, might be confusing for new users
- others who need it still will enabled it
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]