Files @ e267b8e91db3
Branch filter:

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

Mads Kiilerich
summary: show "Show by ID" toggler after the clone url

It looked like something important ... but most users don't need it.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]