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
It would be amazing that when I change a query on a PostgresViewModel or PostgresMaterializedViewModel, if psqlextra would generate an alter view migration for me. Currently, I have to either do a SeperateDatabaseAndState to alter the view, or manually add a delete and create view operation to a migration.
The text was updated successfully, but these errors were encountered:
I didn't wrap them in migration operations yet because I haven't figured out how to cleanly detect the query changing. You're free to open a PR to at least at the operations for manual use :)
It would be amazing that when I change a query on a
PostgresViewModel
orPostgresMaterializedViewModel
, if psqlextra would generate an alter view migration for me. Currently, I have to either do aSeperateDatabaseAndState
to alter the view, or manually add a delete and create view operation to a migration.The text was updated successfully, but these errors were encountered: