feat: added new confidence question in annotation and data modell

This commit is contained in:
averel10
2026-04-10 10:11:18 +02:00
parent 88e8287224
commit f6bf277f88
9 changed files with 1076 additions and 54 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `annotation` ADD `confidence` integer NOT NULL;