feat: add task type hierarchy with subtypes (issue/meeting/support/maintenance/research/review/story/test)

This commit is contained in:
zhi
2026-03-11 23:55:52 +00:00
parent 9f9aad8ce0
commit 6b3e42195d
5 changed files with 58 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ def startup():
from app.core.config import Base, engine, SessionLocal
from app.models import webhook, apikey, activity, milestone, notification, worklog, monitor
Base.metadata.create_all(bind=engine)
_migrate_schema()
# Initialize from AbstractWizard (admin user, default project, etc.)
from app.init_wizard import run_init