You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Iris bank import failing due to long descriptions (#633)
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
0 commit comments