database installation

This commit is contained in:
Alexandre
2021-12-27 15:36:19 +01:00
parent 63cbbc2856
commit 114d15a832
2 changed files with 5 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
"schema": {
"CONFIG_LOCATION": "str",
"API_KEY": "str",
"DB_CONNECTION": "list(sqlite|mariadb_addon|remotedb)",
"DB_CONNECTION": "list(sqlite_internal|mariadb_addon|mysql|pgsql)",
"DB_HOST": "str?",
"DB_PORT": "str?",
"DB_DATABASE": "str?",

View File

@@ -58,6 +58,10 @@ mariadb_addon)
esac
# Install database
php artisan migrate --seed
php artisan firefly-iii:upgrade-database
##############
# LAUNCH APP #
##############