Files @ 07c9d77578a9
Branch filter:

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

Mads Kiilerich
css: opacity is a float and cannot be px

Undoing parts of 20940ddb5f4d.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]