mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
Можно забанить и разбанить разными endpoint'ами, хз насколько это надо
This commit is contained in:
@@ -11,4 +11,7 @@ export class User {
|
||||
|
||||
@Column({ nullable: true })
|
||||
public user_name: string;
|
||||
|
||||
@Column({ nullable: false , default: false})
|
||||
public banned: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user