mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
setup fixes
This commit is contained in:
parent
4d3fd3a0af
commit
a4b5dcff37
5 changed files with 84 additions and 102 deletions
|
@ -51,4 +51,4 @@ const DbStruct = {
|
|||
},
|
||||
}
|
||||
|
||||
export default DbStruct
|
||||
exports = DbStruct
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
const DBStruct = {
|
||||
const DbStruct = {
|
||||
users: {
|
||||
tableStruct: {
|
||||
id: {
|
||||
|
@ -96,4 +96,5 @@ const DBStruct = {
|
|||
},
|
||||
},
|
||||
}
|
||||
export default DBStruct
|
||||
|
||||
exports = DbStruct
|
Loading…
Add table
Add a link
Reference in a new issue