Change of view schema materialization
A view schema can be changed from materialized: true to false without any transformation document.
The original object table (if relevant) will be renamed using the same naming convention above. If a view is converted
from non-materialised to materialised it will not be populated with original data from the view, thus a REFRESH
transaction must be run separate from the migration.