* fix: prompt card shadows on light mode * fix: handle past_due and unpaid from polar * wip * wip * wip 1 * fix: improve types for chart/reports * wip share
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;
|