Files @ ca39c02c7c3e
Branch filter:

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

Marcin Kuzminski
speed up generating changesets in journal log
- using a range generator instead of get_changeset could speed up things a lot
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.
"""