Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove PGType from creation_options.py enum file.
There have been two PGType classes in `app/models` directory. One came from the `app/models/enum/creation_options.py` file. The other came from the `app/models/enum/pg_types.py` file. The "creation option" PGType does not appear to be used anywhere within the code and is probably some dead code from a refactor... This enum has two fewer Postgres types than the other -- missing the "timestamp_wtz" and "ARRAY" types... This commit removes the "creation option" PGType while keeping the "pg_types" PGType enum in place. modified: app/models/enum/creation_options.py
- Loading branch information