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
parent 6dd0e07af8
commit a47e8d0da2
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()