Skip to content

Commit b838b2f

Browse files
fix: migration changes in tab document[SPRW-2619]
1 parent 8be1bff commit b838b2f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

apps/@sparrow-desktop/src/database/database.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,6 @@ export class RxDB {
466466
return oldDoc;
467467
},
468468
40: function (oldDoc: TabDocument) {
469-
return oldDoc;
470-
},
471-
41: function (oldDoc: TabDocument) {
472469
const test = {
473470
testCaseMode: "no-code",
474471
noCode: [],

apps/@sparrow-web/src/database/database.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ export class RxDB {
361361
return oldDoc;
362362
},
363363
24: function (oldDoc: TabDocument) {
364-
return oldDoc;
365-
},
366-
25: function (oldDoc: TabDocument) {
367364
const test = {
368365
testCaseMode: "no-code",
369366
noCode: [],

0 commit comments

Comments
 (0)