umami/db/postgresql/migrations/12_update_report_parameter/migration.sql
2025-06-04 16:06:11 -07:00

3 lines
106 B
SQL

-- AlterTable
ALTER TABLE "report"
ALTER COLUMN "parameters" SET DATA TYPE JSONB USING parameters::JSONB;