umami/db/postgresql/migrations/12_update_report_parameter/migration.sql
2025-06-04 09:27:28 -07:00

3 lines
105 B
SQL

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