Files @ d41a115d9a39
Branch filter:

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

Marcin Kuzminski
remove cache from default perms. In some cases of concurrent repo removal it crashed.
There's no speed regression on this one.
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.
"""