remove post_class and letterrate model

This commit is contained in:
stvnrlly
2023-02-15 10:38:08 -05:00
parent 668ab251d4
commit b9afd54ce8
12 changed files with 60 additions and 154 deletions

View File

@@ -12,8 +12,6 @@ from datetime import datetime
from alembic import op
from sqlalchemy.sql import text
from app.models import LetterRate
revision = '0370_remove_reach'
down_revision = '0369_update_sms_rates'