add frontend template + GET /users/{userRef} route
This commit is contained in:
parent
5a75f99720
commit
580449440a
28 changed files with 1393 additions and 12 deletions
|
@ -12,7 +12,8 @@ create table users (
|
|||
avatar_url text,
|
||||
links text[],
|
||||
|
||||
discord text -- for Discord oauth
|
||||
discord text unique, -- for Discord oauth
|
||||
discord_username text
|
||||
);
|
||||
|
||||
create table user_fields (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue