Chore
Describe the chore
Publish version 0.0.6 to dockerhub to supabase/pgadmin-schema-diff
Additional context
pgadmin4 upstream have made some schema compare related bug fixes since 0.0.5 have been released. Some of them seem very beneficial.
- 6.15 Issue #5101 - Ensure consistent orderings for ACLS when comparing schemas in the schema diff.
- 6.16 Issue #4841 - Use SocketIO instead of REST for schema diff compare.
- 6.17 Issue #5488 - Fixed an issue where the wrong schema is displayed for a foreign key in the schema diff tool.
- 6.19 Issue #5622 - Fixed an issue where the ignore owner flag is not working for some cases in the Schema Diff.
- 6.21 Issue #5269 - Ensure that the schema diff tool should pick up the change in the column grants
- 7.0 Issue #5894 - Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes.
- 7.0 Issue #5952 - Ensure that the schema diff tool should not allow comparison between Postgres Server and EDB Postgres Advanced Server.
Thanks
Chore
Describe the chore
Publish version
0.0.6to dockerhub tosupabase/pgadmin-schema-diffAdditional context
pgadmin4 upstream have made some schema compare related bug fixes since
0.0.5have been released. Some of them seem very beneficial.Thanks