mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
2 lines
167 B
MySQL
2 lines
167 B
MySQL
|
|
ALTER TABLE "users" ALTER COLUMN "two_factor_secret" SET DEFAULT '';--> statement-breakpoint
|
||
|
|
ALTER TABLE "users" ADD COLUMN "two_factor_enabled" boolean DEFAULT false;
|