f90cac1452
add, remove and list cloud cli commands complete as well as db models tweaked to high hell..
23 lines
351 B
Python
Executable File
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
|