Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/502d51ad29a4b282ef9ca62e1a78847759fe3504/prisma/migrations/20210815180121_added_settings_to_settings/migration.sql You should set ROOT_URL correctly, otherwise the web may not work correctly.

3 lines
66 B

-- AlterTable
ALTER TABLE "Settings" ADD COLUMN "settings" JSONB;