Backend not deleting table

Application ID: F5CF0142-1063-65AD-FF7B-1E5862CD6F00
Error UID: B617A441-A480-204F-FF46-2FFAAC31D300

Backendless encountered an error while handling the request. An internal trouble ticket with ID B617A441-A480-204F-FF46-2FFAAC31D300 has been created and we will be investigating the issue.
java.sql.SQLSyntaxErrorException: Unknown table 'F5CF0142-1063-65AD-FF7B-1E5862CD6F00.udt.assiduidade'

Query being executed when exception was thrown:
DROP TABLE `udt.assiduidade` CASCADE


java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: Unknown table 'F5CF0142-1063-65AD-FF7B-1E5862CD6F00.udt.assiduidade'

Query being executed when exception was thrown:
DROP TABLE `udt.assiduidade` CASCADE


	at com.backendless.services.persistence.schema.DatabaseOperation.handleDdlException(DatabaseOperation.java:204)
	at com.backendless.services.persistence.schema.DatabaseOperation.lambda$doExecute$2(DatabaseOperation.java:177)
	at com.backendless.datamodel.application.dao.AppJpaTransaction.executeSync(AppJpaTransaction.java:134)
	at com.backendless.datamodel.application.dao.AppJpaTransaction.executeSync(AppJpaTransaction.java:203)
	at com.backendless.datamodel.application.dao.AppJpaTransaction.lambda$execute$0(AppJpaTransaction.java:46)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
	Suppressed: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: Unknown table 'F5CF0142-1063-65AD-FF7B-1E5862CD6F00.udt.assiduidade'

Query being executed when exception was thrown:
DROP TABLE `udt.assiduidade` CASCADE


		at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
		at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
		at com.backendless.async.AsyncUtils.safeGet(AsyncUtils.java:52)
		at com.backendless.async.AsyncUtils.await(AsyncUtils.java:40)
		at com.backendless.services.persistence.schema.DatabaseOperation.doExecute(DatabaseOperation.java:144)
		at com.backendless.services.persistence.schema.DatabaseOperation.lambda$execute$0(DatabaseOperation.java:136)
		at com.backendless.util.sync.RedisSync.execute(RedisSync.java:108)
		at com.backendless.util.SyncUtil.execute(SyncUtil.java:45)
		at com.backendless.util.sync.ISync.execute(ISync.java:33)
		at com.backendless.services.p

Problem description

Describe what you did in console that led to the error. Please provide a description of what actually happens. Be descriptive: “it doesn’t work” does not describe what the behavior actually is. This will help us with reproducing the problem.

Steps to reproduce

Please describe steps to reproduce starting from the first action.

Could you please describe what led to the error? Specifically what was going on in the app/console before the error started showing up?