mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
PW is now the primary key, added login/logout route
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"users": {
|
||||
"tableStruct": {
|
||||
"userID": {
|
||||
"type": "number",
|
||||
"pw": {
|
||||
"type": "text",
|
||||
"primary": true,
|
||||
"notNull": true
|
||||
},
|
||||
"pw": {
|
||||
"type": "text"
|
||||
"userID": {
|
||||
"type": "number"
|
||||
},
|
||||
"lastIP": {
|
||||
"type": "text"
|
||||
|
||||
Reference in New Issue
Block a user