When I tried to deploy artifact based on the Quick Start tutorial, it failed with “The specified table or view did not exist”. It seems the ordering of the changesets was incorrect where the emp_dept index was executed before the emp table creation. Did I miss something in my practice as I assumed the changesets were supposed to be sorted based on their object dependencies?