Version History
0.0.3
- The AquagreenConfiguratorStep and AquagreenConfiguratorQuestion were naming conventions carried over from a previous project where the configurator was modified for use. I’ve now adjusted the names accordingly.
- The DB Maker has been updated.
- Regarding the 'SET FOREIGN_KEY_CHECKS = 0' command, it is not persistent; it's not a global setter.
- Toastify was also a leftover from the previous project where the configurator was used. I have removed it.
- Replaced fetchColumn with fetchOne.
- I’ve updated the UUID length to 36 characters.
- Removed the file existence check for including vendor code.