refactor(lst): register added in

This commit is contained in:
2025-02-21 15:26:56 -06:00
parent 9719451580
commit 026583815c
31 changed files with 529 additions and 385 deletions

View File

@@ -0,0 +1 @@
CREATE UNIQUE INDEX "username" ON "users" USING btree ("username");