mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
* refactor(db): add batch logic to update for better performance * test(plugin-workflow): fix test cases * fix(db): treat belongsTo field in update values as foreignKey * fix(db): also handle object with id for belongsTo field * fix(db): avoid 0 as falsy * fix(db): fix test case