Files @ 7d8154837174
Branch filter:

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

Marcin Kuzminski
create a list out of generator.
Generator gets exausted during later executions, and because it's used several times
it causes errors
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.
"""