Переход на JembaDb

This commit is contained in:
Book Pauk
2021-12-02 18:36:49 +07:00
parent 14ca2daa39
commit 0beaa611f6
8 changed files with 145 additions and 8 deletions

View File

@@ -2,8 +2,7 @@ module.exports = {
up: [
//CREATE TABLE storage (id TEXT PRIMARY KEY, rev INTEGER, time INTEGER, data TEXT);
['create', {
table: 'storage',
hash: {field: 'id', type: 'string', depth: 100}
table: 'storage'
}],
],
down: [