Commit 3930e8d
committed
refactor: unify chat_id type as string across the project
- Changed SentMessage.chat_id to String to match Listable.chat_id
- Converted all IDs in tg_ids.py to strings to avoid type coercion issues
- Successfully altered the CockroachDB sent_messages table via SQLAlchemy1 parent 0dcb453 commit 3930e8d
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
0 commit comments