3/3 теста покрыты фикстурами

This commit is contained in:
Антон
2025-11-23 09:13:12 +03:00
parent 77779d15c5
commit bf234c705a
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ CREATE TABLE `up_and_down`.`diaries` (
`appetite_level` INT1 NOT NULL,
`dream_level` INT1 NOT NULL,
`anxiety_level` INT1 NOT NULL,
`comment` TEXT,
`user_treatment_schemes_uuid` CHAR(36),
PRIMARY KEY (`uuid`),
FOREIGN KEY (`user_uuid`) REFERENCES `users`(`uuid`),