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

3 lines
76 B
SQL

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