Commit ae4bd66
committed
feat(schema): add group_settings and globally_verified_users tables
- Introduced new tables for managing group settings and globally verified users in the PostgreSQL schema.
- The group_settings table includes fields for chat_id, welcome_message, and updated_at.
- The globally_verified_users table includes fields for user_id and verified_at.1 parent 2e5a070 commit ae4bd66
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments