mirror of
https://github.com/Yannick7777/codeigniter-setup-script.git
synced 2025-09-09 07:43:03 +02:00
various fixes
This commit is contained in:
parent
e8b8238600
commit
3b2b3eefac
7 changed files with 14 additions and 11 deletions
|
@ -19,4 +19,8 @@ fi
|
|||
|
||||
cd ..
|
||||
|
||||
docker compose exec app php spark # migrate
|
||||
seeds=$(ls igniter/Seeds)
|
||||
|
||||
docker compose exec app php spark migrate
|
||||
docker compose exec app php spark db:seed App &> /dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue