Closed tuan-tu-tran-satellit closed 4 years ago
There were issues when importing a file:
memo
I fixed this with a db migration: make the memo field optional and allow longer names And for the encoding issue, I had to fix some code.
The commit in question that introduced the encoding conversion was: 25960413d9588bfe065dcbf99f8aefa8bf6ef02c
There were issues when importing a file:
memo
field was not specified in the query whereas it was marked as not null, without default value in dbI fixed this with a db migration: make the memo field optional and allow longer names And for the encoding issue, I had to fix some code.