chore(migration): update the migration timestamp

This commit is contained in:
Edouard Vanbelle
2026-08-04 07:18:40 +02:00
parent 39ea00fff3
commit 6a5b8980ae
4 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
//!
//! The registration record (encrypted "envelope" blob) and its
//! metadata live in three columns on `auth.users` — introduced by the
//! Phase 0 migration (`20260930000002_auth_opaque.sql`). This trait
//! Phase 0 migration (`20261001000002_auth_opaque.sql`). This trait
//! wraps the row-level access so:
//!
//! * the OPAQUE handlers (Phase 1+) depend on a small, mockable
@@ -1,7 +1,7 @@
//! PostgreSQL repository for OPAQUE aPAKE envelopes.
//!
//! Backs [`OpaqueRepositoryPort`] against the three OPAQUE columns on
//! `auth.users` introduced by migration `20260930000002_auth_opaque.sql`:
//! `auth.users` introduced by migration `20261001000002_auth_opaque.sql`:
//!
//! * `opaque_envelope BYTEA` — the serialised registration blob,
//! * `opaque_ciphersuite_version SMALLINT` — the bound suite version,