mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
database installation
This commit is contained in:
@@ -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?",
|
||||
|
||||
@@ -58,6 +58,10 @@ mariadb_addon)
|
||||
|
||||
esac
|
||||
|
||||
# Install database
|
||||
php artisan migrate --seed
|
||||
php artisan firefly-iii:upgrade-database
|
||||
|
||||
##############
|
||||
# LAUNCH APP #
|
||||
##############
|
||||
|
||||
Reference in New Issue
Block a user