mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
fix: Data too long for column type at row 1
This commit is contained in:
@@ -1402,6 +1402,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