6 lines
143 B
SQL
6 lines
143 B
SQL
-- AlterEnum
|
|
ALTER TYPE "public"."ChartType" ADD VALUE 'sankey';
|
|
|
|
-- AlterTable
|
|
ALTER TABLE "public"."reports" ADD COLUMN "options" JSONB;
|