mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
5 lines
No EOL
107 B
Bash
Executable file
5 lines
No EOL
107 B
Bash
Executable file
rm -r Migrations
|
|
rm app.db
|
|
dotnet ef migrations add Migration1
|
|
dotnet ef database update
|
|
dotnet watch run |