test: CI test for db migration scripts on changes (#4739)

This commit is contained in:
Bowen Liang 2024-05-31 16:45:34 +08:00 committed by GitHub
commit a47e8d0da2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 54 additions and 0 deletions

View file

@ -110,3 +110,4 @@ if context.is_offline_mode():
run_migrations_offline()
else:
run_migrations_online()