refactoring: Masive refactor to build the V2
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
create table auth.user (
|
||||
id uuid not null primary key,
|
||||
username text not null,
|
||||
unique(id),
|
||||
unique(username)
|
||||
);
|
||||
Reference in New Issue
Block a user