f7e97ad7a2f4ba68c4ad1014ff6f73ca966d803c
During import execution, the migration 20260607012436_StatusModel failed because it referenced a non-existent table "SaleContractAnimals" (plural). The actual table name is "SaleContractAnimal" (singular). Fixed the reference in the SQL raw string to use the correct table name so the migration can apply cleanly on fresh deployments. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
GerbilManager
GerbilManagerWebAPI/— ASP.NET Core backend (Swagger unter/swagger)gerbil-manager-web/— React-Frontend (Vite + TypeScript), siehegerbil-manager-web/README.md
Requirements
Install ef:
dotnet tool install --global dotnet-ef
Used cmd´s
Start containers
docker compose up
Create the initial database
dotnet ef database update
Create an migration script
dotnet ef migrations add
Docker
force compose rebuild
docker-compose build --no-cache
Frontend (gerbil-manager-web)
cd gerbil-manager-web npm install npm run dev
TODO:
- Backup docker volume database
- run "dotnet ef database update" if no database exist.
Description
Languages
C#
43%
TypeScript
34.5%
Python
18%
CSS
3.7%
Shell
0.5%
Other
0.1%