refstack/alembic/versions/2bf99fa45ded_remove_unique_restra.py
David Lenwell f90cac1452 cli cloud stuff
add, remove and list cloud cli commands complete as well as db models
tweaked to high hell..
2013-10-03 22:23:10 -07:00

23 lines
351 B
Python
Executable File

"""remove unique restraints from cloud add one to users
Revision ID: 2bf99fa45ded
Revises: 23f82f78731b
Create Date: 2013-09-20 06:14:43.246339
"""
# revision identifiers, used by Alembic.
revision = '2bf99fa45ded'
down_revision = '23f82f78731b'
from alembic import op
import sqlalchemy as sa
def upgrade():
pass
def downgrade():
pass