14 lines
268 B
TypeScript
14 lines
268 B
TypeScript
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: [],
|
|
// }
|
|
// },
|
|
]
|