I have found syntax errors in the shop.sql file located at zio-sql/core/sql/shop.sql in main repository. There are minor errors like comma at the end column of table creation, missing semicolons.
Additionally, I noticed that this file is not referenced anywhere in the project. Could you please verify if this file is still needed or if there are plans to fix these errors?
I have found syntax errors in the
shop.sql
file located atzio-sql/core/sql/shop.sql
in main repository. There are minor errors like comma at the end column of table creation, missing semicolons.Additionally, I noticed that this file is not referenced anywhere in the project. Could you please verify if this file is still needed or if there are plans to fix these errors?