mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-28 11:42:28 +00:00
Add systemd units, build & start production scripts to repo
This commit is contained in:
parent
0efb64cb36
commit
9486bde26c
7 changed files with 67 additions and 0 deletions
4
scripts-and-tools/create-migration.sh
Executable file
4
scripts-and-tools/create-migration.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue