Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

When refreshing from prod to dev / stage it is sometimes a good idea to make all integrations be disabled by default to not cause dev environment to send data without knowledge.

Disable all by SQL in the database

UPDATE  "AO_CA2578_APPLICATION" SET "ACTIVE" = false


  • No labels