Files @ 3fbc09ad1faf
Branch filter:

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

Marcin Kuzminski
fixes issues #202, bad db constraint made impossible to attach same group more than one time.
Affects only mysql/postgres
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.
"""