There were two separate sql queries in step 1.1. When executing them at the same time an error was returned.

Added a ';' at the end of the first query so the second query would run without a problem.

Full package

More...