Further improvements for backup import/export
This commit is contained in:
parent
b9cd858ec7
commit
d5f44c1b8f
24 changed files with 539 additions and 201 deletions
|
@ -20,7 +20,8 @@ describe('SQL/updateToSchemaVersion1100', () => {
|
|||
beforeEach(() => {
|
||||
db = createDB();
|
||||
// index updated in 1170
|
||||
updateToVersion(db, 1170);
|
||||
// columns updated in 1210
|
||||
updateToVersion(db, 1210);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue