stacker.news/prisma/migrations/20220412203904_default_tip_10/migration.sql

3 lines
76 B
MySQL
Raw Normal View History

2022-04-12 21:09:12 +00:00
-- AlterTable
ALTER TABLE "users" ALTER COLUMN "tipDefault" SET DEFAULT 10;