mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-05 21:01:28 +00:00
Use permission level model for permissions
This is better. Because having 20 fucking columns for permissions is STUPID.
This commit is contained in:
parent
1b5e58dd80
commit
8301418085
16 changed files with 542 additions and 433 deletions
|
@ -1,4 +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
|
||||
dotnet ef migrations add "$1" --project ../ProjectLighthouse
|
Loading…
Add table
Add a link
Reference in a new issue