update module to newer and more aligned to template structure
This commit is contained in:
20
upgrades.js
20
upgrades.js
@@ -1,7 +1,13 @@
|
||||
export function upgradeScripts() {
|
||||
return {
|
||||
updatedConfig: null,
|
||||
updatedActions: [],
|
||||
updatedFeedbacks: [],
|
||||
}
|
||||
}
|
||||
export default [
|
||||
/*
|
||||
* Place your upgrade scripts here
|
||||
* Remember that once it has been added it cannot be removed!
|
||||
*/
|
||||
// function (context, props) {
|
||||
// return {
|
||||
// updatedConfig: null,
|
||||
// updatedActions: [],
|
||||
// updatedFeedbacks: [],
|
||||
// }
|
||||
// },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user