We had deployed a change in 2 environments
But later needed to change something removed the changelog files so that it won't get deployed in all the environments
Still it had checked-in 3rd environment, I have removed the file in my local repository and deployed again
But still in the 3rd environment , it is still checking for the file which was removed.
Error: ORA-00933: SQL command not properly ended\n [Failed SQL: CREATE SEQUENCE SEQ_ROW MINVALUE 1 MAXVALUE 9999999 INCREMENT BY 1 START WITH 1000001 NOCACHE NOORDER NOCYCLE NOPARTITION]\nliquibase.exception.DatabaseException: ORA-00933: SQL command not properly ended\n [Failed SQL: CREATE SEQUENCE SEQ_ROW MINVALUE 1 MAXVALUE 9999999 INCREMENT BY 1 START WITH 1000001 NOCACHE NOORDER NOCYCLE NOPARTITION]\n\tat liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:301)\n\tat liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)\n\tat liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:107)\n\tat liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1251)\n\tat