Comment 1 for bug 1210219

Revision history for this message
ZhiQiang Fan (aji-zqfan) wrote :

def upgrade(active_plugin=None, options=None):
    ...
    op.drop_table(u'services_bindings')
    ...

def downgrade(active_plugin=None, options=None):
    ...
    op.create_table(
        u'service_bindings',
    ...