mirror of
https://github.com/librenms/docker.git
synced 2026-07-26 03:35:33 +00:00
Missing migration seed flag (#122)
This commit is contained in:
parent
3323c616a7
commit
9646691bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ echo "Database ready!"
|
|||
counttables=$(echo 'SHOW TABLES' | ${dbcmd} "$DB_NAME" | wc -l)
|
||||
|
||||
echo "Updating database schema..."
|
||||
lnms migrate --force --no-ansi --no-interaction
|
||||
lnms migrate --seed --force --no-ansi --no-interaction
|
||||
|
||||
echo "Clear cache"
|
||||
artisan cache:clear --no-interaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue