[copr] bkabrda-workspace: A little fix to the autogenerated migration (02c5c76)

bkabrda at fedorahosted.org bkabrda at fedorahosted.org
Fri Nov 16 12:16:50 UTC 2012


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : bkabrda-workspace

>---------------------------------------------------------------

commit 02c5c7689191ac1a1360c9aa02740cea55767d8c
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri Nov 16 11:44:16 2012 +0100

    A little fix to the autogenerated migration


>---------------------------------------------------------------

 .../versions/2cb3b8a9de3a_initial_db_setup.py      |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/wsgi/alembic/versions/2cb3b8a9de3a_initial_db_setup.py b/wsgi/alembic/versions/2cb3b8a9de3a_initial_db_setup.py
index 85887db..3435690 100644
--- a/wsgi/alembic/versions/2cb3b8a9de3a_initial_db_setup.py
+++ b/wsgi/alembic/versions/2cb3b8a9de3a_initial_db_setup.py
@@ -20,7 +20,6 @@ def upgrade():
     sa.Column('id', sa.Integer(), nullable=False),
     sa.Column('openid_name', sa.String(length=100), nullable=False),
     sa.Column('proven', sa.Boolean(), nullable=True),
-    sa.CheckConstraint('TODO'),
     sa.PrimaryKeyConstraint('id')
     )
     op.create_table('copr',
@@ -46,7 +45,6 @@ def upgrade():
     sa.Column('timeout', sa.Integer(), nullable=True),
     sa.Column('user_id', sa.Integer(), nullable=True),
     sa.Column('copr_id', sa.Integer(), nullable=True),
-    sa.CheckConstraint('TODO'),
     sa.ForeignKeyConstraint(['copr_id'], ['copr.id'], ),
     sa.ForeignKeyConstraint(['user_id'], ['user.id'], ),
     sa.PrimaryKeyConstraint('id')
@@ -55,7 +53,6 @@ def upgrade():
     sa.Column('approved', sa.Boolean(), nullable=True),
     sa.Column('user_id', sa.Integer(), nullable=False),
     sa.Column('copr_id', sa.Integer(), nullable=False),
-    sa.CheckConstraint('TODO'),
     sa.ForeignKeyConstraint(['copr_id'], ['copr.id'], ),
     sa.ForeignKeyConstraint(['user_id'], ['user.id'], ),
     sa.PrimaryKeyConstraint('user_id', 'copr_id')



More information about the copr-devel mailing list