stacker.news/prisma/migrations/20230901185713_notify_fwd_zap/migration.sql

3 lines
100 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "noteForwardedSats" BOOLEAN NOT NULL DEFAULT true;