Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 8a909a9

Browse files
committed
save workspace version
1 parent f35fa88 commit 8a909a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-server/workspace/model/migrator.js

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ module.exports = function(conn) {
5454
console.log('updating maps');
5555
return q.allSettled(mapPromises);
5656
}));
57+
workspace.schemaVersion = 1;
58+
promises.push(workspace.save());
5759

5860

5961
});

0 commit comments

Comments
 (0)