예제 #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)