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

6 lines
161 B
SQL

-- AlterTable
ALTER TABLE "ItemAct" ALTER COLUMN "sats" DROP DEFAULT;
-- AlterTable
ALTER TABLE "users" ADD COLUMN "tipDefault" INTEGER NOT NULL DEFAULT 0;