Skip to content
Compare
Choose a tag to compare
@ForbesLindesay ForbesLindesay released this 16 Jun 12:35
2311288

New Features

  • Add an option to ignoreEnumValues. This will allow you to exclude certain values in the generated types for enums. This can be useful when you know that certain values never appear in your database, but cannot safely update the enum type in Postgres due to the migration being too costly. (#339)