mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
chore(db): use a better way to export models and remove unused table (#11838)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@ -2,7 +2,7 @@ from datetime import UTC, datetime
|
||||
|
||||
from celery import states
|
||||
|
||||
from extensions.ext_database import db
|
||||
from .engine import db
|
||||
|
||||
|
||||
class CeleryTask(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user