github.com/kyma-project/kyma-environment-broker@v0.0.1/migrations/202210121025_drop_events_references.up.sql (about)

     1  ALTER TABLE events
     2      DROP constraint events_instance_id_fkey;
     3  ALTER TABLE events
     4      DROP constraint events_operation_id_fkey;