Skip to content

Commit

Permalink
Add CostControl to plugin-cleaning.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 25, 2023
1 parent 6fb85ce commit 35aa116
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Template/cleaning-jobs/plugin-cleaning.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"checked_upto_plugin_version": "1.5.5",
"plugin_tables": ["metadata_has_type", "metadata_types"],
"plugin_schema_version": 7
},
"2": {
"plugin_name": "costcontrol",
"plugin_author": "aljawaid",
"checked_upto_plugin_version": "1.0",
"plugin_tables": ["hourly_rates", "budget_lines"],
"core_table_columns": [
{"currencies": ["last_modified", "comment", "live_rate", "live_rate_updated"]}
],
"plugin_schema_version": 1
}
}

0 comments on commit 35aa116

Please sign in to comment.