Files @ c77d5c6358eb
Branch filter:

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

Marcin Kuzminski
Implemented #670 Implementation of Roles in Pull Request
- only owner, reviewer or admin can change status or close pull request
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]