SQLMutations consist of a list of SQL queries to execute on the application
database via the superuser role after a PGD node joins the PGDGroup. Each
SQLMutation includes an isApplied list of queries and an exec list of
queries.
The isApplied SQL queries are used to check if the mutation was already
applied. If any of the isApplied queries return false, the exec list of SQL
queries is added to the execution queue.
Here's a sample of SQLMutations: