add db migrations
All checks were successful
Gitea Actions Demo / deploy (push) Successful in 14s

This commit is contained in:
2025-11-20 22:49:12 +08:00
parent 32d15e8c92
commit 3d62df27cd
12 changed files with 440 additions and 6 deletions

View File

@ -25,7 +25,7 @@ def create_scheduler():
}
scheduler = BackgroundScheduler(
# jobstores=job_stores,
jobstores=job_stores,
executors=executors,
job_defaults=job_defaults,
timezone=settings.TIMEZONE,