mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Cleaning things up, trying to get tests to work.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -8,8 +8,6 @@ Create Date: 2018-02-28 17:09:56.619803
|
||||
import sqlalchemy as sa
|
||||
from alembic import op
|
||||
|
||||
from app.models import NORMAL
|
||||
|
||||
revision = "0172_deprioritise_examples"
|
||||
down_revision = "0171_add_org_invite_template"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Create Date: 2018-08-24 13:36:49.346156
|
||||
from alembic import op
|
||||
from sqlalchemy import text
|
||||
|
||||
from app.models import BRANDING_ORG
|
||||
from app.enums import BrandType
|
||||
|
||||
revision = "0219_default_email_branding"
|
||||
down_revision = "0216_remove_colours"
|
||||
@@ -14,7 +14,7 @@ down_revision = "0216_remove_colours"
|
||||
|
||||
def upgrade():
|
||||
conn = op.get_bind()
|
||||
input_params = {"branding_org": BRANDING_ORG}
|
||||
input_params = {"branding_org": BrandType.ORG.value}
|
||||
conn.execute(
|
||||
text(
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user