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

7 lines
180 B
TypeScript

import { Patch } from '../database/types';
import testPatch from './testPatch';
export default [
{ name: 'testPatch', version: '0.4.2-beta.0', patch: testPatch },
] as Patch[];