anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 776262f575b13d6e0e11a82134bb4c38876f3d8c
parent 2d3a03545b50a1e848c0c9c99555eeb605d2e495
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Jul 2026 13:08:46 +0200

stasis: fix the table named in the challenge payment comment

Diffstat:
Msrc/stasis/stasis-0001.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stasis/stasis-0001.sql b/src/stasis/stasis-0001.sql @@ -119,7 +119,7 @@ CREATE TABLE IF NOT EXISTS anastasis_challenge_payment paid BOOLEAN NOT NULL DEFAULT FALSE, refunded BOOLEAN NOT NULL DEFAULT FALSE ); -COMMENT ON TABLE anastasis_recdoc_payment +COMMENT ON TABLE anastasis_challenge_payment IS 'Records a payment for a challenge'; COMMENT ON COLUMN anastasis_challenge_payment.payment_id IS 'Serial number which identifies the payment';