Skip to content

Commit 58c6afd

Browse files
committed
Align auth migration checkpoint
1 parent 1bc9aa0 commit 58c6afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workers/auth/src/routes/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ADMIN_DELETE_ERASURE_ACKNOWLEDGEMENT = "ERASURE WORKFLOW";
8181
const ADMIN_DELETE_ERASURE_DEFAULT_REASON = "Admin initiated GDPR/data erasure workflow from Admin user deletion.";
8282
// Runtime Workers cannot read config/release-compat.json directly; release
8383
// compatibility tests keep this dashboard label aligned with the manifest.
84-
const CURRENT_AUTH_SCHEMA_CHECKPOINT = "0075_add_fable_admin_data_center.sql";
84+
const CURRENT_AUTH_SCHEMA_CHECKPOINT = "0076_add_fable_chat_web_fetch.sql";
8585
const READINESS_STATUS_VERSION = "omega-p1-readiness-dashboard-v4";
8686

8787
function adminSettingsIdempotencyKeyOrResponse(request) {

0 commit comments

Comments
 (0)