We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc9aa0 commit 58c6afdCopy full SHA for 58c6afd
1 file changed
workers/auth/src/routes/admin.js
@@ -81,7 +81,7 @@ const ADMIN_DELETE_ERASURE_ACKNOWLEDGEMENT = "ERASURE WORKFLOW";
81
const ADMIN_DELETE_ERASURE_DEFAULT_REASON = "Admin initiated GDPR/data erasure workflow from Admin user deletion.";
82
// Runtime Workers cannot read config/release-compat.json directly; release
83
// compatibility tests keep this dashboard label aligned with the manifest.
84
-const CURRENT_AUTH_SCHEMA_CHECKPOINT = "0075_add_fable_admin_data_center.sql";
+const CURRENT_AUTH_SCHEMA_CHECKPOINT = "0076_add_fable_chat_web_fetch.sql";
85
const READINESS_STATUS_VERSION = "omega-p1-readiness-dashboard-v4";
86
87
function adminSettingsIdempotencyKeyOrResponse(request) {
0 commit comments