more files and remove add_letter_org migrations

This commit is contained in:
Kenneth Kehl
2023-07-17 10:26:23 -07:00
parent d872bfc5ee
commit 56ea2464e4
40 changed files with 54 additions and 806 deletions

View File

@@ -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():