Public badge for restored photos and commenter link retrieval/regeneration

This commit is contained in:
Alex Assistant
2026-02-20 15:13:46 +03:00
parent 9207c739fc
commit 0995989b56
5 changed files with 37 additions and 5 deletions
@@ -0,0 +1,2 @@
ALTER TABLE comment_users
ADD COLUMN token_plain VARCHAR(128) NULL AFTER token_hash;