示例#1
0
 def __call__(self):
     alembic_upgrade_to(self.target_version)
示例#2
0
def alembic_upgrade(context):
    alembic_upgrade_to("29")
示例#3
0
 def __call__(self):
     self.install_upgrade_profile()
     alembic_upgrade_to(self.target_version)