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.
slightstone, jklewa, ento, abmohan and MartinFalatic