afb8e5028c
* 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
1 line
78 B
SQL
1 line
78 B
SQL
ALTER TABLE `dose_tracking` ADD `taken_source` text DEFAULT 'manual' NOT NULL; |