mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-09 00:46:23 +02:00
add state column to db
This commit is contained in:
@@ -526,6 +526,11 @@ class Upgrade:
|
||||
except:
|
||||
pass
|
||||
|
||||
try:
|
||||
cursor.execute('ALTER TABLE loginSystem_administrator ADD state varchar(15)')
|
||||
except:
|
||||
pass
|
||||
|
||||
try:
|
||||
cursor.execute('ALTER TABLE loginSystem_administrator ADD securityLevel integer DEFAULT 1')
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user