mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 16:52:23 -05:00
Update inbound_number number col size
This commit is contained in:
@@ -57,7 +57,8 @@ def run_migrations_online():
|
||||
connection = engine.connect()
|
||||
context.configure(
|
||||
connection=connection,
|
||||
target_metadata=target_metadata
|
||||
target_metadata=target_metadata,
|
||||
compare_type=True
|
||||
)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user