
The main server owns the migrations, it's the server part, it's simpler. It's Yavsc, not one of its lib.
3 lines
86 B
Makefile
3 lines
86 B
Makefile
listConnections:
|
|
dotnet ef migrations list --connection "$(YAVSC_CONNECTION_STRING)"
|