ProjectLighthouse/create-migration.sh
jvyden e51d35df44
Add bash helper script for creating migrations
I keep losing the commands so... deal with it!
2022-04-13 15:29:32 -04:00

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