stacker.news/prisma/migrations/20211213194823_tip_default/migration.sql

3 lines
75 B
MySQL
Raw Normal View History

-- AlterTable
ALTER TABLE "users" ALTER COLUMN "tipDefault" SET DEFAULT 1;