Error in DB Manager when rename table, make new fields and try to apply them

Wappler Version : 5.4.3
Operating System : Win10
Server Model: NodeJS
Database Type: PostgreSQL (Managed DB from provider)
Hosting Type: Wappler local

How to reproduce

  1. Create a new table, apply this change.
  2. Rename created table, create new field and then try to apply changes
  3. You will see an error

image

Knex file.
image

I feel like this bug has been there for a long time. I just used to always separate table changes from field changes, in order to avoid this.

Seems like this issue related. Base table moved to subtable when changing name. Resulting in future database change failures