Skip to content

Commit

Permalink
Added account_sync_source to server schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 18, 2024
1 parent 3cca410 commit 38db62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/loot-core/src/server/aql/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const schema = {
reconciled: f('boolean', { default: false }),
tombstone: f('boolean'),
schedule: f('id', { ref: 'schedules' }),
account_sync_source: f('string'),
// subtransactions is a special field added if the table has the
// `splits: grouped` option
},
Expand Down

0 comments on commit 38db62e

Please sign in to comment.