feat: username 90-day change restriction

This commit is contained in:
trafficlunar 2025-04-18 16:47:31 +01:00
parent d95d8c2dd6
commit 10f1fc2fb3
4 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "users" ADD COLUMN "usernameUpdatedAt" TIMESTAMP(3);

View file

@ -1,3 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "postgresql"
provider = "postgresql"