Skip to content

Commit

Permalink
Update CostControl entry in plugin-cleaning.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 26, 2023
1 parent c9c447c commit 63e12a8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Template/cleaning-jobs/plugin-cleaning.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"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
}
"1": {
"plugin_name": "metamagik",
"plugin_author": "Craig Crosby",
Expand All @@ -17,4 +7,15 @@
"plugin_tables": ["metadata_has_type", "metadata_types"],
"plugin_schema_version": 7
},
"2": {
"plugin_name": "costcontrol",
"plugin_author": "aljawaid",
"plugin_url": "https://github.com/aljawaid/CostControl",
"checked_upto_plugin_version": "1.1",
"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 63e12a8

Please sign in to comment.