mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
5 lines
416 B
SQL
5 lines
416 B
SQL
ALTER TABLE "roles" ADD COLUMN "tool_permissions" jsonb;--> statement-breakpoint
|
|||
|
|
ALTER TABLE "sessions" ADD COLUMN "last_activity" timestamp with time zone;--> statement-breakpoint
|
||
|
|
ALTER TABLE "users" ADD COLUMN "totp_secret" text;--> statement-breakpoint
|
||
|
|
ALTER TABLE "users" ADD COLUMN "totp_enabled" boolean DEFAULT false NOT NULL;--> statement-breakpoint
|
||
|
|
ALTER TABLE "users" ADD COLUMN "recovery_codes_hash" text;
|