All checks were successful
Build, Push & Deploy / deploy (push) Successful in 7m33s
The column was added to the schema but no migration was created, causing a PrismaClientKnownRequestError in production. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
99 B
SQL
3 lines
99 B
SQL
-- AlterTable
|
|
ALTER TABLE "preferences" ADD COLUMN "anonymousMode" BOOLEAN NOT NULL DEFAULT false;
|