feat: add user role field and implement Gravatar fallback for user avatars

This commit is contained in:
Jose Selesan
2026-04-16 20:51:53 -03:00
parent e5002ce440
commit 34a24ce6c9
4 changed files with 86 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "users" ADD COLUMN "role" TEXT NOT NULL DEFAULT 'member';