Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../arastta
File: arastta.sql
[0] Fix | Delete
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `arastta162`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `[[dbprefix]]addon`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `[[dbprefix]]addon` (
[20] Fix | Delete
`addon_id` int(11) NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`product_id` int(11) NOT NULL,
[22] Fix | Delete
`product_name` varchar(255) NOT NULL,
[23] Fix | Delete
`product_type` varchar(32) NOT NULL,
[24] Fix | Delete
`product_version` varchar(32) NOT NULL DEFAULT '1.0.0',
[25] Fix | Delete
`files` text,
[26] Fix | Delete
`params` text,
[27] Fix | Delete
PRIMARY KEY (`addon_id`),
[28] Fix | Delete
KEY `product_id` (`product_id`)
[29] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ;
[30] Fix | Delete
[31] Fix | Delete
--
[32] Fix | Delete
-- Dumping data for table `[[dbprefix]]addon`
[33] Fix | Delete
--
[34] Fix | Delete
[35] Fix | Delete
INSERT INTO `[[dbprefix]]addon` VALUES
[36] Fix | Delete
(1, 0, 'Cart', 'module', '1.0.0', '["admin\\/controller\\\\module\\\\cart.php","catalog\\/controller\\\\module\\\\cart.php","admin\\/language\\\\en-GB\\\\module\\\\cart.php","catalog\\/language\\\\en-GB\\\\module\\\\cart.php","admin\\/view\\\\template\\\\module\\\\cart.tpl","catalog\\/view\\\\theme\\\\default\\\\template\\\\module\\\\cart.tpl"]', '{"theme_ids":[],"extension_ids":[444]}'),
[37] Fix | Delete
(2, 0, 'Summernote', 'editor', '1.0.0', '["admin\\/controller\\\\editor\\\\summernote.php","admin\\/language\\\\en-GB\\\\editor\\\\summernote.php","admin\\/view\\\\template\\\\editor\\\\summernote.tpl"]', '{"theme_ids":[],"extension_ids":[445]}'),
[38] Fix | Delete
(3, 0, 'Tinymce', 'editor', '1.0.0', '["admin\\/controller\\\\editor\\\\tinymce.php","admin\\/language\\\\en-GB\\\\editor\\\\tinymce.php","admin\\/view\\\\template\\\\editor\\\\tinymce.tpl"]', '{"theme_ids":[],"extension_ids":[446]}'),
[39] Fix | Delete
(4, 0, 'Products', 'module', '1.0.0', '["admin\\controller\\module\\products.php","admin\\language\\en-GB\\module\\products.php","admin\\view\\template\\module\\products.tpl","catalog\\controller\\module\\products.php","catalog\\language\\en-GB\\module\\products.php","catalog\\view\\theme\\default\\template\\module\\products.tpl","catalog\\view\\theme\\second\\template\\module\\products.tpl"]', '{"theme_ids":[],"extension_ids":[447]}'),
[40] Fix | Delete
(5, 0, 'Google Analytics', 'analytics', '1.0.0', '["admin/controller\\analytics\\google.php","admin/language\\en-GB\\analytics\\google.php","admin/view\\template\\analytics\\google.tpl"]', '{"theme_ids":[],"extension_ids":[448]}'),
[41] Fix | Delete
(6, 0, 'Woopra', 'analytics', '1.0.0', '["admin/controller\\analytics\\woopra.php","admin/language\\en-GB\\analytics\\woopra.php","admin/view\\template\\analytics\\woopra.tpl"]', '{"theme_ids":[],"extension_ids":[449]}'),
[42] Fix | Delete
(7, 0, 'Maxmind', 'antifraud', '1.0.0', '["admin/controller\\antifraud\\maxmind.php","admin/language\\en-GB\\antifraud\\maxmind.php","catalog/model\\antifraud\\maxmind.php","admin/view\\template\\antifraud\\maxmind.tpl"]', '{"theme_ids":[],"extension_ids":[450]}'),
[43] Fix | Delete
(8, 0, 'Basic', 'captcha', '1.0.0', '["admin/controller\\captcha\\basic.php","catalog/controller\\captcha\\basic.php","admin/language\\en-GB\\captcha\\basic.php","admin/view\\template\\captcha\\basic.tpl","catalog/view\\theme\\default\\template\\captcha\\basic.tpl"]', '{"theme_ids":[],"extension_ids":[451]}'),
[44] Fix | Delete
(9, 0, 'Google Captcha', 'captcha', '1.0.0', '["admin/controller\\captcha\\google.php","catalog/controller\\captcha\\google.php","admin/language\\en-GB\\captcha\\google.php","admin/view\\template\\captcha\\google.tpl","catalog/view\\theme\\default\\template\\captcha\\google.tpl"]', '{"theme_ids":[],"extension_ids":[452]}'),
[45] Fix | Delete
(10, 225, 'English', 'translation', '', '', '{"language_id":1,"theme_ids":[],"extension_ids":[]}');
[46] Fix | Delete
[47] Fix | Delete
-- --------------------------------------------------------
[48] Fix | Delete
[49] Fix | Delete
--
[50] Fix | Delete
-- Table structure for table `[[dbprefix]]address`
[51] Fix | Delete
--
[52] Fix | Delete
[53] Fix | Delete
CREATE TABLE `[[dbprefix]]address` (
[54] Fix | Delete
`address_id` int(11) NOT NULL AUTO_INCREMENT,
[55] Fix | Delete
`customer_id` int(11) NOT NULL,
[56] Fix | Delete
`firstname` varchar(32) NOT NULL,
[57] Fix | Delete
`lastname` varchar(32) NOT NULL,
[58] Fix | Delete
`company` varchar(40) NOT NULL,
[59] Fix | Delete
`address_1` varchar(128) NOT NULL,
[60] Fix | Delete
`address_2` varchar(128) NOT NULL,
[61] Fix | Delete
`city` varchar(128) NOT NULL,
[62] Fix | Delete
`postcode` varchar(10) NOT NULL,
[63] Fix | Delete
`country_id` int(11) NOT NULL DEFAULT '0',
[64] Fix | Delete
`zone_id` int(11) NOT NULL DEFAULT '0',
[65] Fix | Delete
`custom_field` text NOT NULL,
[66] Fix | Delete
PRIMARY KEY (`address_id`),
[67] Fix | Delete
KEY `customer_id` (`customer_id`),
[68] Fix | Delete
KEY `country_id` (`country_id`),
[69] Fix | Delete
KEY `zone_id` (`zone_id`)
[70] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[71] Fix | Delete
[72] Fix | Delete
-- --------------------------------------------------------
[73] Fix | Delete
[74] Fix | Delete
--
[75] Fix | Delete
-- Table structure for table `[[dbprefix]]affiliate`
[76] Fix | Delete
--
[77] Fix | Delete
[78] Fix | Delete
CREATE TABLE `[[dbprefix]]affiliate` (
[79] Fix | Delete
`affiliate_id` int(11) NOT NULL AUTO_INCREMENT,
[80] Fix | Delete
`firstname` varchar(32) NOT NULL,
[81] Fix | Delete
`lastname` varchar(32) NOT NULL,
[82] Fix | Delete
`email` varchar(96) NOT NULL,
[83] Fix | Delete
`telephone` varchar(32) NOT NULL,
[84] Fix | Delete
`fax` varchar(32) NOT NULL,
[85] Fix | Delete
`password` varchar(40) NOT NULL,
[86] Fix | Delete
`salt` varchar(9) NOT NULL,
[87] Fix | Delete
`company` varchar(40) NOT NULL,
[88] Fix | Delete
`website` varchar(255) NOT NULL,
[89] Fix | Delete
`address_1` varchar(128) NOT NULL,
[90] Fix | Delete
`address_2` varchar(128) NOT NULL,
[91] Fix | Delete
`city` varchar(128) NOT NULL,
[92] Fix | Delete
`postcode` varchar(10) NOT NULL,
[93] Fix | Delete
`country_id` int(11) NOT NULL,
[94] Fix | Delete
`zone_id` int(11) NOT NULL,
[95] Fix | Delete
`code` varchar(64) NOT NULL,
[96] Fix | Delete
`commission` decimal(4,2) NOT NULL DEFAULT '0.00',
[97] Fix | Delete
`tax` varchar(64) NOT NULL,
[98] Fix | Delete
`payment` varchar(6) NOT NULL,
[99] Fix | Delete
`cheque` varchar(100) NOT NULL,
[100] Fix | Delete
`paypal` varchar(64) NOT NULL,
[101] Fix | Delete
`bank_name` varchar(64) NOT NULL,
[102] Fix | Delete
`bank_branch_number` varchar(64) NOT NULL,
[103] Fix | Delete
`bank_swift_code` varchar(64) NOT NULL,
[104] Fix | Delete
`bank_account_name` varchar(64) NOT NULL,
[105] Fix | Delete
`bank_account_number` varchar(64) NOT NULL,
[106] Fix | Delete
`ip` varchar(40) NOT NULL,
[107] Fix | Delete
`status` tinyint(1) NOT NULL,
[108] Fix | Delete
`approved` tinyint(1) NOT NULL,
[109] Fix | Delete
`date_added` datetime NOT NULL,
[110] Fix | Delete
PRIMARY KEY (`affiliate_id`),
[111] Fix | Delete
KEY `country_id` (`country_id`),
[112] Fix | Delete
KEY `zone_id` (`zone_id`)
[113] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[114] Fix | Delete
[115] Fix | Delete
-- --------------------------------------------------------
[116] Fix | Delete
[117] Fix | Delete
--
[118] Fix | Delete
-- Table structure for table `[[dbprefix]]affiliate_activity`
[119] Fix | Delete
--
[120] Fix | Delete
[121] Fix | Delete
CREATE TABLE `[[dbprefix]]affiliate_activity` (
[122] Fix | Delete
`activity_id` int(11) NOT NULL AUTO_INCREMENT,
[123] Fix | Delete
`affiliate_id` int(11) NOT NULL,
[124] Fix | Delete
`key` varchar(64) NOT NULL,
[125] Fix | Delete
`data` text NOT NULL,
[126] Fix | Delete
`ip` varchar(40) NOT NULL,
[127] Fix | Delete
`date_added` datetime NOT NULL,
[128] Fix | Delete
PRIMARY KEY (`activity_id`),
[129] Fix | Delete
KEY `affiliate_id` (`affiliate_id`)
[130] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[131] Fix | Delete
[132] Fix | Delete
-- --------------------------------------------------------
[133] Fix | Delete
[134] Fix | Delete
--
[135] Fix | Delete
-- Table structure for table `[[dbprefix]]affiliate_commission`
[136] Fix | Delete
--
[137] Fix | Delete
[138] Fix | Delete
CREATE TABLE `[[dbprefix]]affiliate_commission` (
[139] Fix | Delete
`affiliate_commission_id` int(11) NOT NULL AUTO_INCREMENT,
[140] Fix | Delete
`affiliate_id` int(11) NOT NULL,
[141] Fix | Delete
`order_id` int(11) NOT NULL,
[142] Fix | Delete
`description` text NOT NULL,
[143] Fix | Delete
`amount` decimal(15,4) NOT NULL,
[144] Fix | Delete
`date_added` datetime NOT NULL,
[145] Fix | Delete
PRIMARY KEY (`affiliate_commission_id`),
[146] Fix | Delete
KEY `affiliate_id` (`affiliate_id`),
[147] Fix | Delete
KEY `order_id` (`order_id`)
[148] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[149] Fix | Delete
[150] Fix | Delete
-- --------------------------------------------------------
[151] Fix | Delete
[152] Fix | Delete
--
[153] Fix | Delete
-- Table structure for table `[[dbprefix]]affiliate_login`
[154] Fix | Delete
--
[155] Fix | Delete
[156] Fix | Delete
CREATE TABLE `[[dbprefix]]affiliate_login` (
[157] Fix | Delete
`affiliate_login_id` int(11) NOT NULL AUTO_INCREMENT,
[158] Fix | Delete
`email` varchar(96) NOT NULL,
[159] Fix | Delete
`ip` varchar(40) NOT NULL,
[160] Fix | Delete
`total` int(4) NOT NULL,
[161] Fix | Delete
`date_added` datetime NOT NULL,
[162] Fix | Delete
`date_modified` datetime NOT NULL,
[163] Fix | Delete
PRIMARY KEY (`affiliate_login_id`),
[164] Fix | Delete
KEY `email` (`email`),
[165] Fix | Delete
KEY `ip` (`ip`)
[166] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[167] Fix | Delete
[168] Fix | Delete
-- --------------------------------------------------------
[169] Fix | Delete
[170] Fix | Delete
--
[171] Fix | Delete
-- Table structure for table `[[dbprefix]]api`
[172] Fix | Delete
--
[173] Fix | Delete
[174] Fix | Delete
CREATE TABLE `[[dbprefix]]api` (
[175] Fix | Delete
`api_id` int(11) NOT NULL AUTO_INCREMENT,
[176] Fix | Delete
`username` varchar(64) NOT NULL,
[177] Fix | Delete
`firstname` varchar(64) NOT NULL,
[178] Fix | Delete
`lastname` varchar(64) NOT NULL,
[179] Fix | Delete
`password` text NOT NULL,
[180] Fix | Delete
`status` tinyint(1) NOT NULL,
[181] Fix | Delete
`date_added` datetime NOT NULL,
[182] Fix | Delete
`date_modified` datetime NOT NULL,
[183] Fix | Delete
PRIMARY KEY (`api_id`)
[184] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[185] Fix | Delete
[186] Fix | Delete
--
[187] Fix | Delete
-- Dumping data for table `[[dbprefix]]api`
[188] Fix | Delete
--
[189] Fix | Delete
[190] Fix | Delete
INSERT INTO `[[dbprefix]]api` VALUES
[191] Fix | Delete
(1, '[[hashusername]]', '', '', '[[hashpassword]]', 1, '[[regtime]]', '[[regtime]]');
[192] Fix | Delete
[193] Fix | Delete
-- --------------------------------------------------------
[194] Fix | Delete
[195] Fix | Delete
--
[196] Fix | Delete
-- Table structure for table `[[dbprefix]]attribute`
[197] Fix | Delete
--
[198] Fix | Delete
[199] Fix | Delete
CREATE TABLE `[[dbprefix]]attribute` (
[200] Fix | Delete
`attribute_id` int(11) NOT NULL AUTO_INCREMENT,
[201] Fix | Delete
`attribute_group_id` int(11) NOT NULL,
[202] Fix | Delete
`sort_order` int(3) NOT NULL,
[203] Fix | Delete
PRIMARY KEY (`attribute_id`),
[204] Fix | Delete
KEY `attribute_group_id` (`attribute_group_id`)
[205] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;
[206] Fix | Delete
[207] Fix | Delete
--
[208] Fix | Delete
-- Dumping data for table `[[dbprefix]]attribute`
[209] Fix | Delete
--
[210] Fix | Delete
[211] Fix | Delete
INSERT INTO `[[dbprefix]]attribute` VALUES
[212] Fix | Delete
(1, 6, 1),
[213] Fix | Delete
(2, 6, 5),
[214] Fix | Delete
(3, 6, 3),
[215] Fix | Delete
(4, 3, 1),
[216] Fix | Delete
(5, 3, 2),
[217] Fix | Delete
(6, 3, 3),
[218] Fix | Delete
(7, 3, 4),
[219] Fix | Delete
(8, 3, 5),
[220] Fix | Delete
(9, 3, 6),
[221] Fix | Delete
(10, 3, 7),
[222] Fix | Delete
(11, 3, 8);
[223] Fix | Delete
[224] Fix | Delete
-- --------------------------------------------------------
[225] Fix | Delete
[226] Fix | Delete
--
[227] Fix | Delete
-- Table structure for table `[[dbprefix]]attribute_description`
[228] Fix | Delete
--
[229] Fix | Delete
[230] Fix | Delete
CREATE TABLE `[[dbprefix]]attribute_description` (
[231] Fix | Delete
`attribute_id` int(11) NOT NULL,
[232] Fix | Delete
`language_id` int(11) NOT NULL,
[233] Fix | Delete
`name` varchar(64) NOT NULL,
[234] Fix | Delete
PRIMARY KEY (`attribute_id`,`language_id`),
[235] Fix | Delete
KEY `language_id` (`language_id`)
[236] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[237] Fix | Delete
[238] Fix | Delete
--
[239] Fix | Delete
-- Dumping data for table `[[dbprefix]]attribute_description`
[240] Fix | Delete
--
[241] Fix | Delete
[242] Fix | Delete
INSERT INTO `[[dbprefix]]attribute_description` VALUES
[243] Fix | Delete
(1, 1, 'Description'),
[244] Fix | Delete
(2, 1, 'Pattern'),
[245] Fix | Delete
(3, 1, 'Material'),
[246] Fix | Delete
(4, 1, 'test 1'),
[247] Fix | Delete
(5, 1, 'test 2'),
[248] Fix | Delete
(6, 1, 'test 3'),
[249] Fix | Delete
(7, 1, 'test 4'),
[250] Fix | Delete
(8, 1, 'test 5'),
[251] Fix | Delete
(9, 1, 'test 6'),
[252] Fix | Delete
(10, 1, 'test 7'),
[253] Fix | Delete
(11, 1, 'test 8');
[254] Fix | Delete
[255] Fix | Delete
-- --------------------------------------------------------
[256] Fix | Delete
[257] Fix | Delete
--
[258] Fix | Delete
-- Table structure for table `[[dbprefix]]attribute_group`
[259] Fix | Delete
--
[260] Fix | Delete
[261] Fix | Delete
CREATE TABLE `[[dbprefix]]attribute_group` (
[262] Fix | Delete
`attribute_group_id` int(11) NOT NULL AUTO_INCREMENT,
[263] Fix | Delete
`sort_order` int(3) NOT NULL,
[264] Fix | Delete
PRIMARY KEY (`attribute_group_id`)
[265] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ;
[266] Fix | Delete
[267] Fix | Delete
--
[268] Fix | Delete
-- Dumping data for table `[[dbprefix]]attribute_group`
[269] Fix | Delete
--
[270] Fix | Delete
[271] Fix | Delete
INSERT INTO `[[dbprefix]]attribute_group` VALUES
[272] Fix | Delete
(3, 2),
[273] Fix | Delete
(6, 4);
[274] Fix | Delete
[275] Fix | Delete
-- --------------------------------------------------------
[276] Fix | Delete
[277] Fix | Delete
--
[278] Fix | Delete
-- Table structure for table `[[dbprefix]]attribute_group_description`
[279] Fix | Delete
--
[280] Fix | Delete
[281] Fix | Delete
CREATE TABLE `[[dbprefix]]attribute_group_description` (
[282] Fix | Delete
`attribute_group_id` int(11) NOT NULL,
[283] Fix | Delete
`language_id` int(11) NOT NULL,
[284] Fix | Delete
`name` varchar(64) NOT NULL,
[285] Fix | Delete
PRIMARY KEY (`attribute_group_id`,`language_id`),
[286] Fix | Delete
KEY `language_id` (`language_id`)
[287] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[288] Fix | Delete
[289] Fix | Delete
--
[290] Fix | Delete
-- Dumping data for table `[[dbprefix]]attribute_group_description`
[291] Fix | Delete
--
[292] Fix | Delete
[293] Fix | Delete
INSERT INTO `[[dbprefix]]attribute_group_description` VALUES
[294] Fix | Delete
(3, 1, 'Style'),
[295] Fix | Delete
(6, 1, 'Fabric');
[296] Fix | Delete
[297] Fix | Delete
-- --------------------------------------------------------
[298] Fix | Delete
[299] Fix | Delete
--
[300] Fix | Delete
-- Table structure for table `[[dbprefix]]banner`
[301] Fix | Delete
--
[302] Fix | Delete
[303] Fix | Delete
CREATE TABLE `[[dbprefix]]banner` (
[304] Fix | Delete
`banner_id` int(11) NOT NULL AUTO_INCREMENT,
[305] Fix | Delete
`name` varchar(64) NOT NULL,
[306] Fix | Delete
`status` tinyint(1) NOT NULL,
[307] Fix | Delete
PRIMARY KEY (`banner_id`)
[308] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
[309] Fix | Delete
[310] Fix | Delete
--
[311] Fix | Delete
-- Dumping data for table `[[dbprefix]]banner`
[312] Fix | Delete
--
[313] Fix | Delete
[314] Fix | Delete
INSERT INTO `[[dbprefix]]banner` VALUES
[315] Fix | Delete
(7, 'Home Page Slideshow', 1),
[316] Fix | Delete
(8, 'Manufacturers', 1);
[317] Fix | Delete
[318] Fix | Delete
-- --------------------------------------------------------
[319] Fix | Delete
[320] Fix | Delete
--
[321] Fix | Delete
-- Table structure for table `[[dbprefix]]banner_image`
[322] Fix | Delete
--
[323] Fix | Delete
[324] Fix | Delete
CREATE TABLE `[[dbprefix]]banner_image` (
[325] Fix | Delete
`banner_image_id` int(11) NOT NULL AUTO_INCREMENT,
[326] Fix | Delete
`banner_id` int(11) NOT NULL,
[327] Fix | Delete
`language_id` int(11) NOT NULL,
[328] Fix | Delete
`title` varchar(64) NOT NULL,
[329] Fix | Delete
`link` varchar(255) NOT NULL,
[330] Fix | Delete
`image` varchar(255) NOT NULL,
[331] Fix | Delete
`sort_order` int(3) NOT NULL DEFAULT '0',
[332] Fix | Delete
PRIMARY KEY (`banner_image_id`),
[333] Fix | Delete
KEY `banner_id` (`banner_id`)
[334] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=120 ;
[335] Fix | Delete
[336] Fix | Delete
--
[337] Fix | Delete
-- Dumping data for table `[[dbprefix]]banner_image`
[338] Fix | Delete
--
[339] Fix | Delete
[340] Fix | Delete
INSERT INTO `[[dbprefix]]banner_image` VALUES
[341] Fix | Delete
(108, 8, 1, 'BellField', '', 'catalog/demo/manufacturer/bellfield.jpg', 0),
[342] Fix | Delete
(109, 8, 1, 'BONDS', '', 'catalog/demo/manufacturer/bonds.jpg', 0),
[343] Fix | Delete
(110, 8, 1, 'EDWIN', '', 'catalog/demo/manufacturer/edwin.jpg', 0),
[344] Fix | Delete
(111, 8, 1, 'Minimum', '', 'catalog/demo/manufacturer/minimum.jpg', 0),
[345] Fix | Delete
(112, 8, 1, 'OBEY', '', 'catalog/demo/manufacturer/obey.jpg', 0),
[346] Fix | Delete
(113, 8, 1, 'SKAGEN', '', 'catalog/demo/manufacturer/skagen.jpg', 0),
[347] Fix | Delete
(114, 8, 1, 'Spiral', '', 'catalog/demo/manufacturer/spiral.jpg', 0),
[348] Fix | Delete
(115, 8, 1, 'SUPRA', '', 'catalog/demo/manufacturer/supra.jpg', 0),
[349] Fix | Delete
(116, 8, 1, 'Timberland', '', 'catalog/demo/manufacturer/timberland.jpg', 0),
[350] Fix | Delete
(117, 8, 1, 'Wrangler', '', 'catalog/demo/manufacturer/wrangler.jpg', 0),
[351] Fix | Delete
(118, 7, 1, 'Slide 1', 'index.php?route=product/product&path=18_46&product_id=47', 'catalog/demo/banners/slide-1.jpg', 0),
[352] Fix | Delete
(119, 7, 1, 'Slide 2', 'index.php?route=product/product&path=34&product_id=48', 'catalog/demo/banners/slide-2.jpg', 0);
[353] Fix | Delete
[354] Fix | Delete
-- --------------------------------------------------------
[355] Fix | Delete
[356] Fix | Delete
--
[357] Fix | Delete
-- Table structure for table `[[dbprefix]]blog_category`
[358] Fix | Delete
--
[359] Fix | Delete
[360] Fix | Delete
CREATE TABLE `[[dbprefix]]blog_category` (
[361] Fix | Delete
`category_id` int(11) NOT NULL AUTO_INCREMENT,
[362] Fix | Delete
`image` varchar(255) DEFAULT NULL,
[363] Fix | Delete
`parent_id` int(11) NOT NULL DEFAULT '0',
[364] Fix | Delete
`top` tinyint(1) NOT NULL,
[365] Fix | Delete
`sort_order` int(3) NOT NULL DEFAULT '0',
[366] Fix | Delete
`status` int(1) NOT NULL DEFAULT '1',
[367] Fix | Delete
`date_added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
[368] Fix | Delete
`date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
[369] Fix | Delete
PRIMARY KEY (`category_id`),
[370] Fix | Delete
KEY `parent_id` (`parent_id`)
[371] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[372] Fix | Delete
[373] Fix | Delete
--
[374] Fix | Delete
-- Dumping data for table `[[dbprefix]]blog_category`
[375] Fix | Delete
--
[376] Fix | Delete
[377] Fix | Delete
INSERT INTO `[[dbprefix]]blog_category` VALUES
[378] Fix | Delete
(1, '', 0, 0, 0, 1, '2017-04-06 14:06:13', '0000-00-00 00:00:00');
[379] Fix | Delete
[380] Fix | Delete
-- --------------------------------------------------------
[381] Fix | Delete
[382] Fix | Delete
--
[383] Fix | Delete
-- Table structure for table `[[dbprefix]]blog_category_description`
[384] Fix | Delete
--
[385] Fix | Delete
[386] Fix | Delete
CREATE TABLE `[[dbprefix]]blog_category_description` (
[387] Fix | Delete
`category_id` int(11) NOT NULL,
[388] Fix | Delete
`language_id` int(11) NOT NULL,
[389] Fix | Delete
`name` varchar(255) NOT NULL,
[390] Fix | Delete
`description` text NOT NULL,
[391] Fix | Delete
`meta_title` varchar(255) NOT NULL,
[392] Fix | Delete
`meta_description` varchar(255) NOT NULL,
[393] Fix | Delete
`meta_keyword` varchar(255) NOT NULL,
[394] Fix | Delete
PRIMARY KEY (`category_id`,`language_id`),
[395] Fix | Delete
KEY `name` (`name`),
[396] Fix | Delete
KEY `language_id` (`language_id`)
[397] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[398] Fix | Delete
[399] Fix | Delete
--
[400] Fix | Delete
-- Dumping data for table `[[dbprefix]]blog_category_description`
[401] Fix | Delete
--
[402] Fix | Delete
[403] Fix | Delete
INSERT INTO `[[dbprefix]]blog_category_description` VALUES
[404] Fix | Delete
(1, 1, 'General', '', 'General', '', '');
[405] Fix | Delete
[406] Fix | Delete
-- --------------------------------------------------------
[407] Fix | Delete
[408] Fix | Delete
--
[409] Fix | Delete
-- Table structure for table `[[dbprefix]]blog_category_path`
[410] Fix | Delete
--
[411] Fix | Delete
[412] Fix | Delete
CREATE TABLE `[[dbprefix]]blog_category_path` (
[413] Fix | Delete
`category_id` int(11) NOT NULL,
[414] Fix | Delete
`path_id` int(11) NOT NULL,
[415] Fix | Delete
`level` int(11) NOT NULL,
[416] Fix | Delete
PRIMARY KEY (`category_id`,`path_id`),
[417] Fix | Delete
KEY `path_id` (`path_id`)
[418] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[419] Fix | Delete
[420] Fix | Delete
--
[421] Fix | Delete
-- Dumping data for table `[[dbprefix]]blog_category_path`
[422] Fix | Delete
--
[423] Fix | Delete
[424] Fix | Delete
INSERT INTO `[[dbprefix]]blog_category_path` VALUES
[425] Fix | Delete
(1, 1, 0);
[426] Fix | Delete
[427] Fix | Delete
-- --------------------------------------------------------
[428] Fix | Delete
[429] Fix | Delete
--
[430] Fix | Delete
-- Table structure for table `[[dbprefix]]blog_category_to_layout`
[431] Fix | Delete
--
[432] Fix | Delete
[433] Fix | Delete
CREATE TABLE `[[dbprefix]]blog_category_to_layout` (
[434] Fix | Delete
`category_id` int(11) NOT NULL,
[435] Fix | Delete
`store_id` int(11) NOT NULL,
[436] Fix | Delete
`layout_id` int(11) NOT NULL,
[437] Fix | Delete
PRIMARY KEY (`category_id`,`store_id`),
[438] Fix | Delete
KEY `store_id` (`store_id`),
[439] Fix | Delete
KEY `layout_id` (`layout_id`)
[440] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[441] Fix | Delete
[442] Fix | Delete
--
[443] Fix | Delete
-- Dumping data for table `[[dbprefix]]blog_category_to_layout`
[444] Fix | Delete
--
[445] Fix | Delete
[446] Fix | Delete
INSERT INTO `[[dbprefix]]blog_category_to_layout` VALUES
[447] Fix | Delete
(1, 0, 0);
[448] Fix | Delete
[449] Fix | Delete
-- --------------------------------------------------------
[450] Fix | Delete
[451] Fix | Delete
--
[452] Fix | Delete
-- Table structure for table `[[dbprefix]]blog_category_to_store`
[453] Fix | Delete
--
[454] Fix | Delete
[455] Fix | Delete
CREATE TABLE `[[dbprefix]]blog_category_to_store` (
[456] Fix | Delete
`category_id` int(11) NOT NULL,
[457] Fix | Delete
`store_id` int(11) NOT NULL,
[458] Fix | Delete
PRIMARY KEY (`category_id`,`store_id`),
[459] Fix | Delete
KEY `store_id` (`store_id`)
[460] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[461] Fix | Delete
[462] Fix | Delete
--
[463] Fix | Delete
-- Dumping data for table `[[dbprefix]]blog_category_to_store`
[464] Fix | Delete
--
[465] Fix | Delete
[466] Fix | Delete
INSERT INTO `[[dbprefix]]blog_category_to_store` VALUES
[467] Fix | Delete
(1, 0);
[468] Fix | Delete
[469] Fix | Delete
-- --------------------------------------------------------
[470] Fix | Delete
[471] Fix | Delete
--
[472] Fix | Delete
-- Table structure for table `[[dbprefix]]blog_comment`
[473] Fix | Delete
--
[474] Fix | Delete
[475] Fix | Delete
CREATE TABLE `[[dbprefix]]blog_comment` (
[476] Fix | Delete
`comment_id` int(11) NOT NULL AUTO_INCREMENT,
[477] Fix | Delete
`post_id` int(11) NOT NULL,
[478] Fix | Delete
`customer_id` int(11) NOT NULL,
[479] Fix | Delete
`email` varchar(96) NOT NULL,
[480] Fix | Delete
`author` varchar(64) NOT NULL,
[481] Fix | Delete
`text` text NOT NULL,
[482] Fix | Delete
`status` tinyint(1) NOT NULL DEFAULT '0',
[483] Fix | Delete
`date_added` datetime NOT NULL,
[484] Fix | Delete
`date_modified` datetime NOT NULL,
[485] Fix | Delete
PRIMARY KEY (`comment_id`),
[486] Fix | Delete
KEY `post_id` (`post_id`),
[487] Fix | Delete
KEY `customer_id` (`customer_id`)
[488] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
[489] Fix | Delete
[490] Fix | Delete
--
[491] Fix | Delete
-- Dumping data for table `[[dbprefix]]blog_comment`
[492] Fix | Delete
--
[493] Fix | Delete
[494] Fix | Delete
INSERT INTO `[[dbprefix]]blog_comment` VALUES
[495] Fix | Delete
(1, 1, 0, 'test@test.com', 'Denis', 'Hey, this is cool! I like it.', 1, '2017-04-06 14:54:56', '0000-00-00 00:00:00'),
[496] Fix | Delete
(2, 2, 0, 'test@test2.com', 'Cüneyt Şentürk', 'This release is awesome! I will update my store as soon as possible.', 1, '2017-04-06 14:55:32', '0000-00-00 00:00:00');
[497] Fix | Delete
[498] Fix | Delete
-- --------------------------------------------------------
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function