Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-GC committed Feb 1, 2024
1 parent 904fca8 commit f048880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/patches/v0_21_0/fixLedgerDateTime.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { DatabaseManager } from '../../database/manager';

/* eslint-disable */
async function execute(dm: DatabaseManager) {
await dm.db!.knex!('AccountingLedgerEntry')
.select('name', 'date', 'referenceName')
Expand Down Expand Up @@ -65,3 +66,4 @@ async function updateDateTimeForEntryType(
}

export default { execute, beforeMigrate: true };
/* eslint-enable */

Check warning on line 69 in backend/patches/v0_21_0/fixLedgerDateTime.ts

View workflow job for this annotation

GitHub Actions / setup_and_lint

Insert `⏎`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frappe-books",
"version": "0.21.0",
"version": "0.21.1",
"description": "Simple book-keeping app for everyone",
"author": {
"name": "Frappe Technologies Pvt. Ltd.",
Expand Down

0 comments on commit f048880

Please sign in to comment.