Feature: allow user to disable session ip check

This commit is contained in:
Usman Nasir
2019-11-12 14:01:29 +05:00
parent dd3a5511af
commit e40fca9596
8 changed files with 72 additions and 9 deletions

View File

@@ -553,6 +553,11 @@ class Upgrade:
except:
pass
try:
cursor.execute('ALTER TABLE loginSystem_administrator ADD securityLevel integer')
except:
pass
try:
cursor.execute('ALTER TABLE loginSystem_administrator ADD api integer')
except: