Initial BizOne portal setup
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "users"
|
||||
ADD COLUMN "two_factor_recovery_codes_hash_json" JSONB;
|
||||
Reference in New Issue
Block a user
@ -0,0 +1,2 @@
|
||||
ALTER TABLE "users"
|
||||
ADD COLUMN "two_factor_recovery_codes_hash_json" JSONB;
|
||||