From 3d7820b254059df8ee26be9aef577a9f0022db1d Mon Sep 17 00:00:00 2001 From: Awais-cb Date: Thu, 1 Mar 2018 14:47:48 +0500 Subject: [PATCH] Modified:fixed query --- upload/cb_install/sql/structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/cb_install/sql/structure.sql b/upload/cb_install/sql/structure.sql index 43a2cda6..548fc41a 100644 --- a/upload/cb_install/sql/structure.sql +++ b/upload/cb_install/sql/structure.sql @@ -607,7 +607,7 @@ CREATE TABLE IF NOT EXISTS `{tbl_prefix}plugin_config` ( -- -- Table structure for table `sessions` -- -CREATE TABLE `{tbl_prefix}sessions` ( +CREATE TABLE IF NOT EXISTS `{tbl_prefix}sessions` ( `session_id` int(11) NOT NULL AUTO_INCREMENT, `session` varchar(100) NOT NULL, `session_user` int(11) NOT NULL,