feat!: wip pronoun entry rework
This commit is contained in:
parent
68939f5e10
commit
7669595586
12 changed files with 1348 additions and 93 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue