I want to change the size of a column in a Postgres table. Unfortunately this table is referenced by a complicated view, and Postgres won't allow me to change the column without dropping the view first.
I was hoping there was a way to save the definition as part of the changeset so I could recreate it without having to manually copy/paste the view definition into the changeset.
Thanks
Tony