2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00
books/backend/patches/testPatch.ts
2022-05-23 16:18:21 +05:30

11 lines
273 B
TypeScript

import { DatabaseManager } from '../database/manager';
async function execute(dm: DatabaseManager) {
/**
* Execute function will receive the DatabaseManager which is to be used
* to apply database patches.
*/
}
export default { execute, beforeMigrate: true };