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