stacker.news/prisma/migrations/20220830213020_hide_invoice.../migration.sql

3 lines
99 B
MySQL
Raw Normal View History

2022-08-30 21:50:47 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideInvoiceDesc" BOOLEAN NOT NULL DEFAULT false;