fix(db-migration): keep timestamp order

This commit is contained in:
Edouard Vanbelle
2026-08-02 22:59:11 +02:00
parent 7781e07b48
commit 526903e0d5
3 changed files with 2 additions and 2 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 (`20260926000000_auth_opaque.sql`). This trait
//! Phase 0 migration (`20260930000002_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 `20260926000000_auth_opaque.sql`:
//! `auth.users` introduced by migration `20260930000002_auth_opaque.sql`:
//!
//! * `opaque_envelope BYTEA` — the serialised registration blob,
//! * `opaque_ciphersuite_version SMALLINT` — the bound suite version,