4f4a13edf5
The removal of views from the workspaces schema implies the deletion of ``` view viewFilter viewFilterGroup viewGroup viewSort ``` Before it is created again in the core schema. However, the syncmetadata that executes the pending migration fails because it will try to `query failed: DROP TABLE "workspace_xxxx"."view"` before the removal of the other view related tables that contains a view foreign key with this kind of message > constraint FK_c5ab40cd4debb51d588752a4857 on table "viewField" depends on table view