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

Some logging is included in the diff output #24

@soedirgo

Description

@soedirgo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions