You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For materialized views originally created using command:
CREATE MATERIALIZED VIEW
...
WITH NO DATA
The WITH NO DATA part at the end is not retained by migra on the destination database. The setting is ignored, which leaves postgres to use the default of WITH DATA.
For materialized views originally created using command:
The
WITH NO DATA
part at the end is not retained by migra on the destination database. The setting is ignored, which leaves postgres to use the default ofWITH DATA
.Some info on
WITH [ NO ] DATA
:The text was updated successfully, but these errors were encountered: