mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-18 05:31:26 +00:00
4 lines
No EOL
172 B
Bash
Executable file
4 lines
No EOL
172 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export LIGHTHOUSE_DB_CONNECTION_STRING='server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse'
|
|
dotnet ef migrations add "$1" --project ProjectLighthouse |