Skip to content
Snippets Groups Projects
Unverified Commit 259e84ce authored by Robert Dyer's avatar Robert Dyer Committed by GitHub
Browse files

Expose bank sync account data in AQL. (#3022)

* Expose bank sync account data in AQL.

* add release note
parent f9014f0e
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,8 @@ export const schema = { ...@@ -69,6 +69,8 @@ export const schema = {
closed: f('boolean'), closed: f('boolean'),
sort_order: f('float'), sort_order: f('float'),
tombstone: f('boolean'), tombstone: f('boolean'),
account_id: f('string'),
official_name: f('string'),
account_sync_source: f('string'), account_sync_source: f('string'),
}, },
categories: { categories: {
......
---
category: Enhancements
authors: [psybers]
---
Expose bank sync account data ('account_id' and 'official_name') in AQL.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment