mirror of
https://github.com/aykhans/slash-e.git
synced 2026-04-21 22:10:02 +00:00
chore: remove username field from user table
This commit is contained in:
Vendored
+1
-2
@@ -9,9 +9,8 @@ interface User {
|
||||
updatedTs: TimeStamp;
|
||||
rowStatus: RowStatus;
|
||||
|
||||
username: string;
|
||||
nickname: string;
|
||||
email: string;
|
||||
nickname: string;
|
||||
role: Role;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user