Commit f2258f3
committed
feat(schema): add bot_chats and global_bans tables
- Introduced new tables for managing bot chat records and global bans in the PostgreSQL schema.
- The bot_chats table includes fields for chat_id and added_at.
- The global_bans table includes fields for user_id, admin_id, reason, and created_at.1 parent 23b764e commit f2258f3
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments