Added install ling to loginexceptions, changed some http links to https

This commit is contained in:
MrFry 2020-04-09 20:46:28 +02:00
parent 08692ffd22
commit c6947b505c
5 changed files with 9 additions and 8 deletions

View file

@ -18,10 +18,10 @@ function CreateDB () {
authDB = dbtools.GetDB(usersDBPath)
authDB.pragma('synchronous = OFF')
Object.keys(dbStruct).forEach((tableName) => {
const tableData = dbStruct[tableName]
dbtools.CreateTable(authDB, tableName, tableData.tableStruct, tableData.foreignKey)
})
// Object.keys(dbStruct).forEach((tableName) => {
// const tableData = dbStruct[tableName]
// dbtools.CreateTable(authDB, tableName, tableData.tableStruct, tableData.foreignKey)
// })
try {
if (utils.FileExists('./ids')) {