Skip to content

Commit

Permalink
Moved account_sync_source to the right model (face palm).
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 18, 2024
1 parent 3631e36 commit ef1fcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/aql/schema/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ 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 All @@ -69,6 +68,7 @@ export const schema = {
closed: f('boolean'),
sort_order: f('float'),
tombstone: f('boolean'),
account_sync_source: f('string'),
},
categories: {
id: f('id'),
Expand Down

0 comments on commit ef1fcd4

Please sign in to comment.