mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
@@ -5,10 +5,10 @@ Revises: 0135_stats_template_usage
|
||||
Create Date: 2017-11-08 11:49:05.773974
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.sql import column
|
||||
from alembic import op
|
||||
from sqlalchemy.dialects import postgresql
|
||||
from sqlalchemy.sql import column
|
||||
|
||||
revision = "0136_user_mobile_nullable"
|
||||
down_revision = "0135_stats_template_usage"
|
||||
|
||||
Reference in New Issue
Block a user