Переход на JembaDb
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user