Files @ b902baeaa494
Branch filter:

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

Marcin Kuzminski
API, added delete_user method.
- create_user now also returns new user object data as get_user
- updated docs
1
2
3
4
5
"""
   This package provides functionality to create and manage
   repositories of database schema changesets and to apply these
   changesets to databases.
"""