From 4332d081238cd2e5020286f6d86f905b8fcdc854 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sat, 19 Oct 2013 22:43:59 -0400 Subject: [PATCH] Midstream --- alembic/versions/58f6a99bd6ec_create_fda_product_t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/versions/58f6a99bd6ec_create_fda_product_t.py b/alembic/versions/58f6a99bd6ec_create_fda_product_t.py index 22f88ee..f372c0f 100644 --- a/alembic/versions/58f6a99bd6ec_create_fda_product_t.py +++ b/alembic/versions/58f6a99bd6ec_create_fda_product_t.py @@ -24,7 +24,7 @@ def upgrade(): sa.Column('proprietaryNameSuffix', sa.String), sa.Column('genericName', sa.String, nullable=False), sa.Column('marketingCategoryName', sa.String, nullable=False), - sa.Column('labelerName', sa.String, nullable=False) + sa.Column('labelerName', sa.String, nullable=False), sa.Column('deaSchedule', sa.String, nullable=False) ) op.create_table(