refstack/alembic/versions/4288db006e5_added_user_cloud_rel.py
David Lenwell 8a86aa8014 added user relationship to cloud ..
for some reason I skipped that when I rebuilt the models
2013-11-01 21:52:39 -07:00

27 lines
522 B
Python

"""added user - cloud relationship
Revision ID: 4288db006e5
Revises: 1d6540fc6279
Create Date: 2013-10-31 21:00:27.473833
"""
# revision identifiers, used by Alembic.
revision = '4288db006e5'
down_revision = '1d6540fc6279'
from alembic import op
import sqlalchemy as sa
def upgrade():
### commands auto generated by Alembic - please adjust! ###
pass
### end Alembic commands ###
def downgrade():
### commands auto generated by Alembic - please adjust! ###
pass
### end Alembic commands ###