mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 15:18:25 -04:00
more files and remove add_letter_org migrations
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
"""
|
||||
Revision ID: 0219_default_email_branding
|
||||
Revises: 0218_another_letter_org
|
||||
Revises: 0217_default_email_branding
|
||||
Create Date: 2018-08-24 13:36:49.346156
|
||||
"""
|
||||
from alembic import op
|
||||
from app.models import BRANDING_ORG
|
||||
|
||||
revision = '0219_default_email_branding'
|
||||
down_revision = '0218_another_letter_org'
|
||||
down_revision = '0217_default_email_branding'
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
||||
Reference in New Issue
Block a user