Files
medassist-ng/backend/drizzle/0010_mean_spot.sql
T
Daniel Volz afb8e5028c fix: auto-mark intakes at due time and show robot marker (#261)
* fix: auto-mark intakes at due time and show robot marker

* test: add taken_source to integration schema

* test: align e2e route schema with taken_source
2026-02-21 20:45:05 +01:00

1 line
78 B
SQL

ALTER TABLE `dose_tracking` ADD `taken_source` text DEFAULT 'manual' NOT NULL;