mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-05 11:50:50 +01:00
bug fix: pdns status save
This commit is contained in:
@@ -1302,6 +1302,11 @@ imap_folder_list_limit = 0
|
||||
except:
|
||||
pass
|
||||
|
||||
try:
|
||||
cursor.execute('ALTER TABLE `manageServices_pdnsstatus` CHANGE `type` `type` VARCHAR(6) NULL;')
|
||||
except:
|
||||
pass
|
||||
|
||||
query = '''CREATE TABLE `databases_dbmeta` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`key` varchar(200) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user