bug fix: create query;

This commit is contained in:
Usman Nasir
2020-05-26 16:11:35 +05:00
parent 308f90d9f5
commit 6b8585ce60

View File

@@ -1238,7 +1238,7 @@ class Upgrade:
except:
pass
qeury = """CREATE TABLE `websiteFunctions_backupjob` (
query = """CREATE TABLE `websiteFunctions_backupjob` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`logFile` varchar(1000) NOT NULL,
`ipAddress` varchar(50) NOT NULL,