Make syncdb.sh unified with D7 and D8
After https://github.com/wunderio/WunderTools/pull/233 was merged it's clear that D7 and D8 are not that different regarding the sync so we could use the same sync script on both with few simple conditionals. That would make the maintenance of the script simpler and the features on both Drupal versions unified.
@tharna Why was this closed?
@aleksijohansson I thought this was already resolved. Is there still something missing? If so, feel free to re-open.
There is conditional work in D8 version of syncdb that could be finalised and thus the exact same script could be used for D7 so there would not be a need to maintain two scripts. Currently the scripts in the different branches differ.