mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
dbSetup import cids
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"notNull": true,
|
||||
"unique": true
|
||||
},
|
||||
"oldCID": {
|
||||
"type": "text"
|
||||
},
|
||||
"lastIP": {
|
||||
"type": "text"
|
||||
},
|
||||
@@ -18,7 +21,8 @@
|
||||
"type": "text"
|
||||
},
|
||||
"loginCount": {
|
||||
"type": "number"
|
||||
"type": "number",
|
||||
"defaultZero": true
|
||||
},
|
||||
"lastLogin": {
|
||||
"type": "text"
|
||||
|
Reference in New Issue
Block a user