stacker.news/prisma/migrations/20240209183940_hide_linked_.../migration.sql

5 lines
211 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "hideGithub" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "hideNostr" BOOLEAN NOT NULL DEFAULT true,
ADD COLUMN "hideTwitter" BOOLEAN NOT NULL DEFAULT true;