Commit b272ef7
fix: add explicit timestamp type for Message.pinned_at column
TypeORM cannot infer the correct PostgreSQL column type for Date | null
without an explicit type annotation. This caused a runtime
DataTypeNotSupportedError when connecting to postgres.
Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>1 parent c79b773 commit b272ef7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments