Minor db struct changes

This commit is contained in:
mrfry 2021-05-26 16:10:58 +02:00
parent ca742fce80
commit 164e22d888
5 changed files with 3 additions and 12 deletions

View file

@ -11,10 +11,6 @@
"notNull": true,
"unique": true
},
"oldCID": {
"type": "text",
"unique": true
},
"notes": {
"type": "text"
},
@ -40,10 +36,6 @@
"type": "number",
"defaultZero": true
},
"pwGotFromCID": {
"type": "number",
"defaultZero": true
},
"createdBy": {
"type": "number"
}