Hi, error described in header
When i was tried to generate scheme from two files in build.yaml - it's create only one table (for item1)
So, i tried to disable item1 and build another time, but scheme patcher just dropped 'item1' table and created new table for item2
At the current moment, I decided to remove any 'table dropping' code from source code (just as temporary solution) and generate new table for each item in builder.yaml - it works
Seems like patcher can't recognize multiple schemes, i think it's error and it should be fixed
Hi, error described in header When i was tried to generate scheme from two files in build.yaml - it's create only one table (for item1) So, i tried to disable item1 and build another time, but scheme patcher just dropped 'item1' table and created new table for item2
At the current moment, I decided to remove any 'table dropping' code from source code (just as temporary solution) and generate new table for each item in builder.yaml - it works
Seems like patcher can't recognize multiple schemes, i think it's error and it should be fixed