user deletion/blocking

This commit is contained in:
Artyom Ashirov
2024-11-15 02:26:13 +03:00
parent b45f7daa6f
commit 373e8e2567
5 changed files with 187 additions and 44 deletions

View File

@@ -94,6 +94,7 @@ const initDb = async () => {
country TEXT,
city TEXT,
district TEXT,
status INTEGER DEFAULT 0,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
)
`);