From 46f9d8bfc831040207bb71e3d11b84d55153d52c Mon Sep 17 00:00:00 2001 From: Peter Daniel Date: Wed, 28 Jun 2023 12:08:58 +0100 Subject: [PATCH] add new upgrade file --- upgrades.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 upgrades.js diff --git a/upgrades.js b/upgrades.js new file mode 100644 index 0000000..64e4f66 --- /dev/null +++ b/upgrades.js @@ -0,0 +1,7 @@ +export function upgradeScripts() { + return { + updatedConfig: null, + updatedActions: [], + updatedFeedbacks: [], + } +} \ No newline at end of file