Files @ 60335b702a00
Branch filter:

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

Mads Kiilerich
invalidation: don't create CacheInvalidation records on startup

Creating the records early gave an advantage before lightweight was introduced.
With lightweight it is no longer necessary.

The records will be created on demand anyway and there is no reason to create and
maintain them before they are used.
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.
"""