Files
yavsc/src/Yavsc.Server/Makefile
Paul Schneider a9b809f5e5
Some checks failed
Dotnet build and test / log-the-inputs (push) Failing after 1s
Dotnet build and test / build (push) Failing after 1s
Refactoring
The main server owns the migrations, it's the server part,
it's simpler.

It's Yavsc, not one of its lib.
2025-07-15 20:17:39 +01:00

3 lines
86 B
Makefile

listConnections:
dotnet ef migrations list --connection "$(YAVSC_CONNECTION_STRING)"