Parker Nilson

Results 2 issues of Parker Nilson

### Steps to reproduce: 1. Create an enum type, with a table and a function that both use it ```sql create type enum_type_1 as enum ('val1', 'val2'); create table table_with_enum...

**Describe the bug** When adding a value to an enum, the db diff algorithm renames the type, creates a new one with the new value, and then alters all objects...