fix: foreign key issue with thumbnails (#824)

This commit is contained in:
Matt
2025-06-29 12:24:22 -04:00
committed by GitHub
parent d83767f4c2
commit f30c9d9156
8 changed files with 80 additions and 17 deletions

View File

@@ -176,7 +176,7 @@ tasks:
cmds:
- cd backend && go build ./app/api
- backend/api &
- sleep 10
- sleep 15
- cd frontend && pnpm run test:ci
silent: true
@@ -193,7 +193,7 @@ tasks:
cmds:
- cd backend && go build ./app/api
- backend/api &
- sleep 10
- sleep 15
- cd frontend && pnpm run test:ci
silent: true