Martin Ortbauer
Martin Ortbauer
I actually realized that I had forgotten to commit the migration I created. I tried yours now, the problem I face is that the migrations from the plugins directory are...
That is a very good find @twothreenine, you are completely right, I jumped over this one when I rebased since it was confusing and wasn't sure if this would still...
Ok, gave it some more thinking, can it be that the message model is missing an: `attribute :recipients_ids` ?
I wrapped now the messages create controller in debug log level and and just look at the following lines which are the sql insert statements created for a short time...
This are the logs from more or less the same message once it worked and the other time it didn't. [failed_transaction_debug.log](https://github.com/foodcoops/foodsoft/files/14546271/failed_transaction_debug.log) [working_same_transaction.log](https://github.com/foodcoops/foodsoft/files/14546272/working_same_transaction.log)
I'm really stuck here, actually this seems to be really old code and suddenly it creates that strange behavior. And it is happening rather often so it is starting to...
Thank you for looking into it, but I think I got rid of the problem with these two commits, [1fa917291452c03cc05e8788140650d701f1a308](https://github.com/mortbauer/foodsoft/commit/1fa917291452c03cc05e8788140650d701f1a308),[92a59018b4da23cc369c41da35cc318d7feff715](https://github.com/mortbauer/foodsoft/commit/92a59018b4da23cc369c41da35cc318d7feff715). The foodsoft is now running with these since almost one...