podkrepi-bg / api

Nest.js REST backend for charity platform Podkrepi.bg https://podkrepi.bg/swagger
https://podkrepi.bg
MIT License
82 stars 43 forks source link

fix: Iris bank import failing due to long descriptions #633

Closed sashko9807 closed 3 months ago

sashko9807 commented 3 months ago

An issue was detected, where some descriptions of bank transactions exceed the column limit. Since we can't know for certain how long a description is going to be, change description column from Varchar to Text.

github-actions[bot] commented 3 months ago

✅ Tests will run for this PR. Once they succeed it can be merged.