##// END OF EJS Templates
feat(caches): cache page shows all keys since there should be only 1 per repo now
feat(caches): cache page shows all keys since there should be only 1 per repo now

File last commit:

r5042:4c5af799 default
r5289:96e21ab8 default
Show More
__init__.py
6 lines | 256 B | text/x-python | PythonLexer
#!/usr/bin/env python
from rhodecode.lib.dbmigrate.migrate.versioning.script.base import BaseScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.py import PythonScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.sql import SqlScript