Page 1 of 1

Rebuild fields: (make possible to) ignore VIEWS (in admin/pageRebuildFields.php)

Posted: 2022-06-11 09:39
by onoehring
Hi,

I have created pseudo tables in AG to allow a comfortably display of database views I have created before.
Example: Table name in database "customers_last_month"
Table name in AG: "customers_last_month"

When I want to update the application and use the "rebuild fields" it's very confusing as the views are shown as well. I could ignore this, but I prefer to check all differences before updating and as db-views are not tables, they can not be updated.

Thus I request the option to hide tables which have the same name as views in the database from the rebuild fields list.

Olaf