mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-17 14:21:49 +02:00
database installation
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"schema": {
|
"schema": {
|
||||||
"CONFIG_LOCATION": "str",
|
"CONFIG_LOCATION": "str",
|
||||||
"API_KEY": "str",
|
"API_KEY": "str",
|
||||||
"DB_CONNECTION": "list(sqlite|mariadb_addon|remotedb)",
|
"DB_CONNECTION": "list(sqlite_internal|mariadb_addon|mysql|pgsql)",
|
||||||
"DB_HOST": "str?",
|
"DB_HOST": "str?",
|
||||||
"DB_PORT": "str?",
|
"DB_PORT": "str?",
|
||||||
"DB_DATABASE": "str?",
|
"DB_DATABASE": "str?",
|
||||||
|
|||||||
@@ -58,6 +58,10 @@ mariadb_addon)
|
|||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# Install database
|
||||||
|
php artisan migrate --seed
|
||||||
|
php artisan firefly-iii:upgrade-database
|
||||||
|
|
||||||
##############
|
##############
|
||||||
# LAUNCH APP #
|
# LAUNCH APP #
|
||||||
##############
|
##############
|
||||||
|
|||||||
Reference in New Issue
Block a user