Make migration script messages more precise

This commit is contained in:
Patrick Jentsch 2022-10-04 13:06:15 +02:00
parent 5fb4329d5f
commit 970bd25f4c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
"""Add API authentication token table
"""Add tokens table for API authentication
Revision ID: 116b4ab3ef9c
Revises: f9070ff1fa4a

View File

@ -1,4 +1,4 @@
"""Remove token entries for rudimentary API authentication mechanism
"""Remove token and token_expiration columns from users table
Revision ID: f9070ff1fa4a
Revises: 9e8d7d15d950