Files @ 1f47adeb67c2
Branch filter:

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

Marcin Kuzminski
Bumped sqlalchemy version to 0.7, replaced timerproxy with new event system for sqlalchemy.
TimerProxy is now longer valid profilling method for sqlalchemy
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.
"""