From 35aa1161398006f491cd0b890ea66d2b01c79369 Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:48:08 +0100 Subject: [PATCH] Add CostControl to plugin-cleaning.json #11 --- Template/cleaning-jobs/plugin-cleaning.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Template/cleaning-jobs/plugin-cleaning.json b/Template/cleaning-jobs/plugin-cleaning.json index 489deb6..033eba7 100644 --- a/Template/cleaning-jobs/plugin-cleaning.json +++ b/Template/cleaning-jobs/plugin-cleaning.json @@ -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 } }