details: https://code.openbravo.com/erp/devel/pi/rev/bd3b87f44dea changeset: 32706:bd3b87f44dea user: Inigo Sanchez <inigo.sanchez <at> openbravo.com> date: Mon Sep 18 09:40:40 2017 +0200 summary: Fixed issue 36112: Checksum is updated properly on install source task
The problem was that checksum was not updated on install source task. The problem was in ImportSampledata because this task can execute module scripts that modifies the database. (e.g. create or modified a table). The problem has been resolved by take into account this situation. Now the checksum is calculated after the modules script are executed. diffstat: src-db/database/lib/dbsourcemanager.jar | 0 1 files changed, 0 insertions(+), 0 deletions(-) diffs (2 lines): diff -r 7bfe29345cb5 -r bd3b87f44dea src-db/database/lib/dbsourcemanager.jar Binary file src-db/database/lib/dbsourcemanager.jar has changed ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
