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/ff91ed21dfbbd2564386e105562eb74eccdab549/prisma/migrations/20230205173009_added_country_to_analytics/migration.sql You should set ROOT_URL correctly, otherwise the web may not work correctly.

3 lines
65 B

-- AlterTable
ALTER TABLE "Analytics" ADD COLUMN "country" TEXT;