Files @ 631caf880b87
Branch filter:

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

Marcin Kuzminski
implements #329
- api function for adding a users_group into repo
- fixed found issues on API with missing params detection
- updated docs for api
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.
"""