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

     1  CREATE INDEX operations_by_instance_id ON operations USING btree (instance_id);
     2  CREATE INDEX operations_by_orchestration_id ON operations USING btree (orchestration_id);