boredgame/drizzle/0009_gray_carlie_cooper.sql

2 lines
167 B
MySQL
Raw Normal View History

ALTER TABLE "users" ALTER COLUMN "two_factor_secret" SET DEFAULT '';--> statement-breakpoint
ALTER TABLE "users" ADD COLUMN "two_factor_enabled" boolean DEFAULT false;