Gulum 42a43ae24e Migrate GerbilManager.sln to slnx format
- Generated GerbilManager.slnx via dotnet sln migrate (SDK 10.0.300)
- Removed legacy GerbilManager.sln after verified build
- Updated .vscode/tasks.json references to the new file

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 23:24:42 +02:00
2023-10-30 23:13:17 +01:00
2023-10-30 22:08:02 +01:00
2023-10-30 16:39:14 +01:00
2026-06-05 23:23:46 +02:00
2023-10-30 16:39:14 +01:00
2023-10-16 20:51:16 +02:00
2023-10-30 23:13:17 +01:00

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

TODO:

  • Backup docker volume database
  • run "dotnet ef database update" if no database exist.
Description
No description provided
Readme 13 MiB
Languages
C# 43%
TypeScript 34.5%
Python 18%
CSS 3.7%
Shell 0.5%
Other 0.1%