2022-08-30 16:50:47 -05:00

3 lines
99 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideInvoiceDesc" BOOLEAN NOT NULL DEFAULT false;