Files @ e76833cd555a
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl - annotation

Marcin Kuzminski
files: fixes error when passing a diff without parameters and caused server crash
adde dulwich dep, to rhodecode to make sure it is installed
from sqlalchemy import *
from migrate import *

def upgrade(migrate_engine):
    # Upgrade operations go here. Don't create your own engine; bind migrate_engine
    # to your metadata
    pass

def downgrade(migrate_engine):
    # Operations to reverse the above upgrade go here.
    pass