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

3 lines
96 B
MySQL
Raw Normal View History

2023-02-01 14:44:35 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "noteCowboyHat" BOOLEAN NOT NULL DEFAULT true;