mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
🐛 fix sync: add back 'accounts.type' column (#1317)
Closes #1296 After this is merged I'll do an API release which will also solve https://github.com/actualbudget/actual/issues/1303
This commit is contained in:
committed by
GitHub
parent
d6cb8674f7
commit
91474f1f0c
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actual-app/api",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"license": "MIT",
|
||||
"description": "An API for Actual",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE accounts ADD COLUMN type TEXT;
|
||||
|
||||
COMMIT;
|
||||
6
upcoming-release-notes/1317.md
Normal file
6
upcoming-release-notes/1317.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Fix sync: add back account type column
|
||||
Reference in New Issue
Block a user