Skip to content

Commit

Permalink
Remove unwanted rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-buchan committed Sep 6, 2024
1 parent c5f30aa commit ce69f45
Showing 1 changed file with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,6 @@
},
"rule-action": "include"
},
{
"rule-type": "transformation",
"rule-id": "11",
"rule-name": "add_business_interaction_client_db",
"rule-target": "column",
"object-locator": {
"schema-name": "DELIUS_APP_SCHEMA",
"table-name": "BUSINESS_INTERACTION"
},
"rule-action": "add-column",
"value": "CLIENT_DB",
"expression": "'${client_database}'",
"old-value": null,
"data-type": {
"type": "string",
"length": "20",
"scale": ""
}
},
{
"rule-type": "transformation",
"rule-id": "12",
Expand Down

0 comments on commit ce69f45

Please sign in to comment.