This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Description
Bug report
To Reproduce
docker run supabase/pgadmin-schema-diff:cli-0.0.3 '<source>' '<target>' > diff.sql
NOTE: Configuring authentication for DESKTOP mode.
-- Event Trigger: api_restart on database postgres
-- DROP EVENT TRIGGER IF EXISTS api_restart;
CREATE EVENT TRIGGER api_restart ON DDL_COMMAND_END
EXECUTE PROCEDURE notify_api_restart();
...
Expected behavior
The NOTE: ... line shouldn't be included in the output.