same as issue #1002
The database upgrade fails. Here are the failed statements (and internal db version). Everything goes ok till upgrade to db version 1.0.5
version 1.0.5
[Fail]
UPDATE data_template_data SET data_source_profile_id = WHERE data_source_profile_id = 0
Here, obviously, there is stg missing before the WHERE. All other errors (below) seem legit syntax.

set setmode as #1002 (comment) and retested same result?
Thanks
same as issue #1002
The database upgrade fails. Here are the failed statements (and internal db version). Everything goes ok till upgrade to db version 1.0.5
version 1.0.5
[Fail]
UPDATE data_template_data SET data_source_profile_id = WHERE data_source_profile_id = 0
Here, obviously, there is stg missing before the WHERE. All other errors (below) seem legit syntax.
set setmode as #1002 (comment) and retested same result?
Thanks