fix(phase1): add photo fields to schemas and set datetime default

This commit is contained in:
2026-04-20 21:49:51 +03:00
parent 6ed88fdb84
commit 92f6977cae
18 changed files with 250 additions and 6 deletions

View File

@@ -78,7 +78,10 @@
"Bash(/tmp/gitignore_audit.sh)",
"Bash(chmod +x /tmp/check_tracked.sh)",
"Bash(/tmp/check_tracked.sh)",
"Bash(git check-ignore *)"
"Bash(git check-ignore *)",
"Bash(python -m pytest backend/tests/test_schema.py -v)",
"Bash(awk '{print $NF}')",
"Bash(python *)"
]
}
}