add new upgrade file

This commit is contained in:
Peter Daniel
2023-06-28 12:08:58 +01:00
parent e676a0986b
commit 46f9d8bfc8

7
upgrades.js Normal file
View File

@@ -0,0 +1,7 @@
export function upgradeScripts() {
return {
updatedConfig: null,
updatedActions: [],
updatedFeedbacks: [],
}
}