merge: 최신 main을 Profile 포괄 권한 제거에 통합
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE "app_user"
|
||||
ADD COLUMN "password_reset_required" BOOLEAN NOT NULL DEFAULT FALSE;
|
||||
|
||||
UPDATE "app_user"
|
||||
SET "password_reset_required" = TRUE
|
||||
WHERE "password_hash" ~ '^[[:xdigit:]]{128}$';
|
||||
Reference in New Issue
Block a user