Files @ a81dba13e6a2
Branch filter:

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

Mads Kiilerich
css: linear-gradient do not have 'top' but 'to bottom'

- according to https://developer.mozilla.org/en-US/docs/CSS/linear-gradient
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]