stacker.news/prisma/migrations/20221208224752_turbo_tipping/migration.sql

3 lines
96 B
MySQL
Raw Normal View History

2022-12-09 19:25:38 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "turboTipping" BOOLEAN NOT NULL DEFAULT false;