feat!: wip pronoun entry rework

This commit is contained in:
Sam 2023-01-04 22:41:29 +01:00
parent 68939f5e10
commit 7669595586
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
12 changed files with 1348 additions and 93 deletions

View file

@ -14,7 +14,7 @@ create table users (
discord text unique, -- for Discord oauth
discord_username text,
max_invites int default 10
max_invites int not null default 10
);
create table user_names (