fix: SQL view ordering, purge-db flag, ctest directory

- 12_thesis_features.sql: move view_resource_cascade_1h before view_thesis_features_1h
- Makefile: purge-db uses --reset (not --clean)
- mod-reqin-log: ctest --test-dir build/tests

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
toto
2026-04-09 22:39:25 +02:00
parent 6d64c2a8a8
commit 1fa6aec784
2 changed files with 53 additions and 52 deletions

View File

@ -199,4 +199,4 @@ init-and-import:
./scripts/init-stack.sh --import-prod
purge-db:
./scripts/init-stack.sh --clean
./scripts/init-stack.sh --reset