Files @ 4dddb7ee8865
Branch filter:

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

Mads Kiilerich
user group: sort lists of current and available members by username

It was hard to navigate lists with 200 users in "random" (user_id?) order.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]