Files @ b5419cd0ac40
Branch filter:

Location: kallithea/kallithea/lib/dbmigrate/__init__.py

mads
search: tweak logging from index-create

Try to make it slightly more readable.
from gearbox.command import Command


class UpgradeDb(Command):
    '''(removed)'''

    deprecated = True

    def run(self, args):
        raise SystemExit(
            'The "paster upgrade-db" command has been removed; please see the docs:\n'
            '    https://docs.kallithea-scm.org/en/default/upgrade.html'
        )