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

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

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

Post by onoehring » 2022-06-11 09:39

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

Post Reply