2022-12-09 13:25:38 -06:00

3 lines
96 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "turboTipping" BOOLEAN NOT NULL DEFAULT false;