stacker.news/prisma/migrations/20230131221524_note_cowboy_hat/migration.sql

3 lines
96 B
SQL

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