Remove db:create command from installation script

This commit is contained in:
CanbiZ (MickLesk)
2026-03-01 11:16:00 +01:00
committed by GitHub
parent 90c0ea3b2d
commit 02337ad9be

View File

@@ -86,7 +86,6 @@ elif [[ -f /opt/dawarich/app/package.json ]]; then
$STD npm install $STD npm install
fi fi
$STD bundle exec rake assets:precompile $STD bundle exec rake assets:precompile
$STD bundle exec rails db:create
$STD bundle exec rails db:schema:load $STD bundle exec rails db:schema:load
$STD bundle exec rails db:seed || msg_warn "Database seed failed (upstream rgeo-geojson issue), app will still work" $STD bundle exec rails db:seed || msg_warn "Database seed failed (upstream rgeo-geojson issue), app will still work"
$STD bundle exec rake data:migrate $STD bundle exec rake data:migrate