Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../drupal6
File: drupal6.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: `soft_drupal638`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `[[dbprefix]]access`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `[[dbprefix]]access` (
[20] Fix | Delete
`aid` int(11) NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`mask` varchar(255) NOT NULL DEFAULT '',
[22] Fix | Delete
`type` varchar(255) NOT NULL DEFAULT '',
[23] Fix | Delete
`status` tinyint(4) NOT NULL DEFAULT '0',
[24] Fix | Delete
PRIMARY KEY (`aid`)
[25] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[26] Fix | Delete
[27] Fix | Delete
-- --------------------------------------------------------
[28] Fix | Delete
[29] Fix | Delete
--
[30] Fix | Delete
-- Table structure for table `[[dbprefix]]actions`
[31] Fix | Delete
--
[32] Fix | Delete
[33] Fix | Delete
CREATE TABLE `[[dbprefix]]actions` (
[34] Fix | Delete
`aid` varchar(255) NOT NULL DEFAULT '0',
[35] Fix | Delete
`type` varchar(32) NOT NULL DEFAULT '',
[36] Fix | Delete
`callback` varchar(255) NOT NULL DEFAULT '',
[37] Fix | Delete
`parameters` longtext NOT NULL,
[38] Fix | Delete
`description` varchar(255) NOT NULL DEFAULT '0',
[39] Fix | Delete
PRIMARY KEY (`aid`)
[40] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[41] Fix | Delete
[42] Fix | Delete
--
[43] Fix | Delete
-- Dumping data for table `[[dbprefix]]actions`
[44] Fix | Delete
--
[45] Fix | Delete
[46] Fix | Delete
INSERT INTO `[[dbprefix]]actions` VALUES
[47] Fix | Delete
('comment_publish_action', 'comment', 'comment_publish_action', '', 'Publish comment'),
[48] Fix | Delete
('comment_unpublish_action', 'comment', 'comment_unpublish_action', '', 'Unpublish comment'),
[49] Fix | Delete
('node_make_sticky_action', 'node', 'node_make_sticky_action', '', 'Make post sticky'),
[50] Fix | Delete
('node_make_unsticky_action', 'node', 'node_make_unsticky_action', '', 'Make post unsticky'),
[51] Fix | Delete
('node_promote_action', 'node', 'node_promote_action', '', 'Promote post to front page'),
[52] Fix | Delete
('node_publish_action', 'node', 'node_publish_action', '', 'Publish post'),
[53] Fix | Delete
('node_save_action', 'node', 'node_save_action', '', 'Save post'),
[54] Fix | Delete
('node_unpromote_action', 'node', 'node_unpromote_action', '', 'Remove post from front page'),
[55] Fix | Delete
('node_unpublish_action', 'node', 'node_unpublish_action', '', 'Unpublish post'),
[56] Fix | Delete
('user_block_ip_action', 'user', 'user_block_ip_action', '', 'Ban IP address of current user'),
[57] Fix | Delete
('user_block_user_action', 'user', 'user_block_user_action', '', 'Block current user');
[58] Fix | Delete
[59] Fix | Delete
-- --------------------------------------------------------
[60] Fix | Delete
[61] Fix | Delete
--
[62] Fix | Delete
-- Table structure for table `[[dbprefix]]actions_aid`
[63] Fix | Delete
--
[64] Fix | Delete
[65] Fix | Delete
CREATE TABLE `[[dbprefix]]actions_aid` (
[66] Fix | Delete
`aid` int(10) unsigned NOT NULL AUTO_INCREMENT,
[67] Fix | Delete
PRIMARY KEY (`aid`)
[68] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[69] Fix | Delete
[70] Fix | Delete
-- --------------------------------------------------------
[71] Fix | Delete
[72] Fix | Delete
--
[73] Fix | Delete
-- Table structure for table `[[dbprefix]]authmap`
[74] Fix | Delete
--
[75] Fix | Delete
[76] Fix | Delete
CREATE TABLE `[[dbprefix]]authmap` (
[77] Fix | Delete
`aid` int(10) unsigned NOT NULL AUTO_INCREMENT,
[78] Fix | Delete
`uid` int(11) NOT NULL DEFAULT '0',
[79] Fix | Delete
`authname` varchar(128) NOT NULL DEFAULT '',
[80] Fix | Delete
`module` varchar(128) NOT NULL DEFAULT '',
[81] Fix | Delete
PRIMARY KEY (`aid`),
[82] Fix | Delete
UNIQUE KEY `authname` (`authname`)
[83] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[84] Fix | Delete
[85] Fix | Delete
-- --------------------------------------------------------
[86] Fix | Delete
[87] Fix | Delete
--
[88] Fix | Delete
-- Table structure for table `[[dbprefix]]batch`
[89] Fix | Delete
--
[90] Fix | Delete
[91] Fix | Delete
CREATE TABLE `[[dbprefix]]batch` (
[92] Fix | Delete
`bid` int(10) unsigned NOT NULL AUTO_INCREMENT,
[93] Fix | Delete
`token` varchar(64) NOT NULL,
[94] Fix | Delete
`timestamp` int(11) NOT NULL,
[95] Fix | Delete
`batch` longtext,
[96] Fix | Delete
PRIMARY KEY (`bid`),
[97] Fix | Delete
KEY `token` (`token`)
[98] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
[99] Fix | Delete
[100] Fix | Delete
-- --------------------------------------------------------
[101] Fix | Delete
[102] Fix | Delete
--
[103] Fix | Delete
-- Table structure for table `[[dbprefix]]blocks`
[104] Fix | Delete
--
[105] Fix | Delete
[106] Fix | Delete
CREATE TABLE `[[dbprefix]]blocks` (
[107] Fix | Delete
`bid` int(11) NOT NULL AUTO_INCREMENT,
[108] Fix | Delete
`module` varchar(64) NOT NULL DEFAULT '',
[109] Fix | Delete
`delta` varchar(32) NOT NULL DEFAULT '0',
[110] Fix | Delete
`theme` varchar(64) NOT NULL DEFAULT '',
[111] Fix | Delete
`status` tinyint(4) NOT NULL DEFAULT '0',
[112] Fix | Delete
`weight` tinyint(4) NOT NULL DEFAULT '0',
[113] Fix | Delete
`region` varchar(64) NOT NULL DEFAULT '',
[114] Fix | Delete
`custom` tinyint(4) NOT NULL DEFAULT '0',
[115] Fix | Delete
`throttle` tinyint(4) NOT NULL DEFAULT '0',
[116] Fix | Delete
`visibility` tinyint(4) NOT NULL DEFAULT '0',
[117] Fix | Delete
`pages` text NOT NULL,
[118] Fix | Delete
`title` varchar(64) NOT NULL DEFAULT '',
[119] Fix | Delete
`cache` tinyint(4) NOT NULL DEFAULT '1',
[120] Fix | Delete
PRIMARY KEY (`bid`),
[121] Fix | Delete
UNIQUE KEY `tmd` (`theme`,`module`,`delta`),
[122] Fix | Delete
KEY `list` (`theme`,`status`,`region`,`weight`,`module`)
[123] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
[124] Fix | Delete
[125] Fix | Delete
--
[126] Fix | Delete
-- Dumping data for table `[[dbprefix]]blocks`
[127] Fix | Delete
--
[128] Fix | Delete
[129] Fix | Delete
INSERT INTO `[[dbprefix]]blocks` VALUES
[130] Fix | Delete
(1, 'user', '0', 'garland', 1, 0, 'left', 0, 0, 0, '', '', -1),
[131] Fix | Delete
(2, 'user', '1', 'garland', 1, 0, 'left', 0, 0, 0, '', '', -1),
[132] Fix | Delete
(3, 'system', '0', 'garland', 1, 10, 'footer', 0, 0, 0, '', '', -1);
[133] Fix | Delete
[134] Fix | Delete
-- --------------------------------------------------------
[135] Fix | Delete
[136] Fix | Delete
--
[137] Fix | Delete
-- Table structure for table `[[dbprefix]]blocks_roles`
[138] Fix | Delete
--
[139] Fix | Delete
[140] Fix | Delete
CREATE TABLE `[[dbprefix]]blocks_roles` (
[141] Fix | Delete
`module` varchar(64) NOT NULL,
[142] Fix | Delete
`delta` varchar(32) NOT NULL,
[143] Fix | Delete
`rid` int(10) unsigned NOT NULL,
[144] Fix | Delete
PRIMARY KEY (`module`,`delta`,`rid`),
[145] Fix | Delete
KEY `rid` (`rid`)
[146] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[147] Fix | Delete
[148] Fix | Delete
-- --------------------------------------------------------
[149] Fix | Delete
[150] Fix | Delete
--
[151] Fix | Delete
-- Table structure for table `[[dbprefix]]boxes`
[152] Fix | Delete
--
[153] Fix | Delete
[154] Fix | Delete
CREATE TABLE `[[dbprefix]]boxes` (
[155] Fix | Delete
`bid` int(10) unsigned NOT NULL AUTO_INCREMENT,
[156] Fix | Delete
`body` longtext,
[157] Fix | Delete
`info` varchar(128) NOT NULL DEFAULT '',
[158] Fix | Delete
`format` smallint(6) NOT NULL DEFAULT '0',
[159] Fix | Delete
PRIMARY KEY (`bid`),
[160] Fix | Delete
UNIQUE KEY `info` (`info`)
[161] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[162] Fix | Delete
[163] Fix | Delete
-- --------------------------------------------------------
[164] Fix | Delete
[165] Fix | Delete
--
[166] Fix | Delete
-- Table structure for table `[[dbprefix]]cache`
[167] Fix | Delete
--
[168] Fix | Delete
[169] Fix | Delete
CREATE TABLE `[[dbprefix]]cache` (
[170] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[171] Fix | Delete
`data` longblob,
[172] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[173] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[174] Fix | Delete
`headers` text,
[175] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[176] Fix | Delete
PRIMARY KEY (`cid`),
[177] Fix | Delete
KEY `expire` (`expire`)
[178] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[179] Fix | Delete
[180] Fix | Delete
-- --------------------------------------------------------
[181] Fix | Delete
[182] Fix | Delete
--
[183] Fix | Delete
-- Table structure for table `[[dbprefix]]cache_block`
[184] Fix | Delete
--
[185] Fix | Delete
[186] Fix | Delete
CREATE TABLE `[[dbprefix]]cache_block` (
[187] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[188] Fix | Delete
`data` longblob,
[189] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[190] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[191] Fix | Delete
`headers` text,
[192] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[193] Fix | Delete
PRIMARY KEY (`cid`),
[194] Fix | Delete
KEY `expire` (`expire`)
[195] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[196] Fix | Delete
[197] Fix | Delete
-- --------------------------------------------------------
[198] Fix | Delete
[199] Fix | Delete
--
[200] Fix | Delete
-- Table structure for table `[[dbprefix]]cache_filter`
[201] Fix | Delete
--
[202] Fix | Delete
[203] Fix | Delete
CREATE TABLE `[[dbprefix]]cache_filter` (
[204] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[205] Fix | Delete
`data` longblob,
[206] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[207] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[208] Fix | Delete
`headers` text,
[209] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[210] Fix | Delete
PRIMARY KEY (`cid`),
[211] Fix | Delete
KEY `expire` (`expire`)
[212] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[213] Fix | Delete
[214] Fix | Delete
-- --------------------------------------------------------
[215] Fix | Delete
[216] Fix | Delete
--
[217] Fix | Delete
-- Table structure for table `[[dbprefix]]cache_form`
[218] Fix | Delete
--
[219] Fix | Delete
[220] Fix | Delete
CREATE TABLE `[[dbprefix]]cache_form` (
[221] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[222] Fix | Delete
`data` longblob,
[223] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[224] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[225] Fix | Delete
`headers` text,
[226] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[227] Fix | Delete
PRIMARY KEY (`cid`),
[228] Fix | Delete
KEY `expire` (`expire`)
[229] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[230] Fix | Delete
[231] Fix | Delete
-- --------------------------------------------------------
[232] Fix | Delete
[233] Fix | Delete
--
[234] Fix | Delete
-- Table structure for table `[[dbprefix]]cache_menu`
[235] Fix | Delete
--
[236] Fix | Delete
[237] Fix | Delete
CREATE TABLE `[[dbprefix]]cache_menu` (
[238] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[239] Fix | Delete
`data` longblob,
[240] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[241] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[242] Fix | Delete
`headers` text,
[243] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[244] Fix | Delete
PRIMARY KEY (`cid`),
[245] Fix | Delete
KEY `expire` (`expire`)
[246] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[247] Fix | Delete
[248] Fix | Delete
-- --------------------------------------------------------
[249] Fix | Delete
[250] Fix | Delete
--
[251] Fix | Delete
-- Table structure for table `[[dbprefix]]cache_page`
[252] Fix | Delete
--
[253] Fix | Delete
[254] Fix | Delete
CREATE TABLE `[[dbprefix]]cache_page` (
[255] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[256] Fix | Delete
`data` longblob,
[257] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[258] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[259] Fix | Delete
`headers` text,
[260] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[261] Fix | Delete
PRIMARY KEY (`cid`),
[262] Fix | Delete
KEY `expire` (`expire`)
[263] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[264] Fix | Delete
[265] Fix | Delete
-- --------------------------------------------------------
[266] Fix | Delete
[267] Fix | Delete
--
[268] Fix | Delete
-- Table structure for table `[[dbprefix]]cache_update`
[269] Fix | Delete
--
[270] Fix | Delete
[271] Fix | Delete
CREATE TABLE `[[dbprefix]]cache_update` (
[272] Fix | Delete
`cid` varchar(255) NOT NULL DEFAULT '',
[273] Fix | Delete
`data` longblob,
[274] Fix | Delete
`expire` int(11) NOT NULL DEFAULT '0',
[275] Fix | Delete
`created` int(11) NOT NULL DEFAULT '0',
[276] Fix | Delete
`headers` text,
[277] Fix | Delete
`serialized` smallint(6) NOT NULL DEFAULT '0',
[278] Fix | Delete
PRIMARY KEY (`cid`),
[279] Fix | Delete
KEY `expire` (`expire`)
[280] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[281] Fix | Delete
[282] Fix | Delete
-- --------------------------------------------------------
[283] Fix | Delete
[284] Fix | Delete
--
[285] Fix | Delete
-- Table structure for table `[[dbprefix]]comments`
[286] Fix | Delete
--
[287] Fix | Delete
[288] Fix | Delete
CREATE TABLE `[[dbprefix]]comments` (
[289] Fix | Delete
`cid` int(11) NOT NULL AUTO_INCREMENT,
[290] Fix | Delete
`pid` int(11) NOT NULL DEFAULT '0',
[291] Fix | Delete
`nid` int(11) NOT NULL DEFAULT '0',
[292] Fix | Delete
`uid` int(11) NOT NULL DEFAULT '0',
[293] Fix | Delete
`subject` varchar(64) NOT NULL DEFAULT '',
[294] Fix | Delete
`comment` longtext NOT NULL,
[295] Fix | Delete
`hostname` varchar(128) NOT NULL DEFAULT '',
[296] Fix | Delete
`timestamp` int(11) NOT NULL DEFAULT '0',
[297] Fix | Delete
`status` tinyint(3) unsigned NOT NULL DEFAULT '0',
[298] Fix | Delete
`format` smallint(6) NOT NULL DEFAULT '0',
[299] Fix | Delete
`thread` varchar(255) NOT NULL,
[300] Fix | Delete
`name` varchar(60) DEFAULT NULL,
[301] Fix | Delete
`mail` varchar(64) DEFAULT NULL,
[302] Fix | Delete
`homepage` varchar(255) DEFAULT NULL,
[303] Fix | Delete
PRIMARY KEY (`cid`),
[304] Fix | Delete
KEY `pid` (`pid`),
[305] Fix | Delete
KEY `nid` (`nid`),
[306] Fix | Delete
KEY `comment_uid` (`uid`),
[307] Fix | Delete
KEY `status` (`status`)
[308] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[309] Fix | Delete
[310] Fix | Delete
-- --------------------------------------------------------
[311] Fix | Delete
[312] Fix | Delete
--
[313] Fix | Delete
-- Table structure for table `[[dbprefix]]files`
[314] Fix | Delete
--
[315] Fix | Delete
[316] Fix | Delete
CREATE TABLE `[[dbprefix]]files` (
[317] Fix | Delete
`fid` int(10) unsigned NOT NULL AUTO_INCREMENT,
[318] Fix | Delete
`uid` int(10) unsigned NOT NULL DEFAULT '0',
[319] Fix | Delete
`filename` varchar(255) NOT NULL DEFAULT '',
[320] Fix | Delete
`filepath` varchar(255) NOT NULL DEFAULT '',
[321] Fix | Delete
`filemime` varchar(255) NOT NULL DEFAULT '',
[322] Fix | Delete
`filesize` int(10) unsigned NOT NULL DEFAULT '0',
[323] Fix | Delete
`status` int(11) NOT NULL DEFAULT '0',
[324] Fix | Delete
`timestamp` int(10) unsigned NOT NULL DEFAULT '0',
[325] Fix | Delete
PRIMARY KEY (`fid`),
[326] Fix | Delete
KEY `uid` (`uid`),
[327] Fix | Delete
KEY `status` (`status`),
[328] Fix | Delete
KEY `timestamp` (`timestamp`)
[329] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[330] Fix | Delete
[331] Fix | Delete
-- --------------------------------------------------------
[332] Fix | Delete
[333] Fix | Delete
--
[334] Fix | Delete
-- Table structure for table `[[dbprefix]]filters`
[335] Fix | Delete
--
[336] Fix | Delete
[337] Fix | Delete
CREATE TABLE `[[dbprefix]]filters` (
[338] Fix | Delete
`fid` int(11) NOT NULL AUTO_INCREMENT,
[339] Fix | Delete
`format` int(11) NOT NULL DEFAULT '0',
[340] Fix | Delete
`module` varchar(64) NOT NULL DEFAULT '',
[341] Fix | Delete
`delta` tinyint(4) NOT NULL DEFAULT '0',
[342] Fix | Delete
`weight` tinyint(4) NOT NULL DEFAULT '0',
[343] Fix | Delete
PRIMARY KEY (`fid`),
[344] Fix | Delete
UNIQUE KEY `fmd` (`format`,`module`,`delta`),
[345] Fix | Delete
KEY `list` (`format`,`weight`,`module`,`delta`)
[346] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
[347] Fix | Delete
[348] Fix | Delete
--
[349] Fix | Delete
-- Dumping data for table `[[dbprefix]]filters`
[350] Fix | Delete
--
[351] Fix | Delete
[352] Fix | Delete
INSERT INTO `[[dbprefix]]filters` VALUES
[353] Fix | Delete
(1, 1, 'filter', 2, 0),
[354] Fix | Delete
(2, 1, 'filter', 0, 1),
[355] Fix | Delete
(3, 1, 'filter', 1, 2),
[356] Fix | Delete
(4, 1, 'filter', 3, 10),
[357] Fix | Delete
(5, 2, 'filter', 2, 0),
[358] Fix | Delete
(6, 2, 'filter', 1, 1),
[359] Fix | Delete
(7, 2, 'filter', 3, 10);
[360] Fix | Delete
[361] Fix | Delete
-- --------------------------------------------------------
[362] Fix | Delete
[363] Fix | Delete
--
[364] Fix | Delete
-- Table structure for table `[[dbprefix]]filter_formats`
[365] Fix | Delete
--
[366] Fix | Delete
[367] Fix | Delete
CREATE TABLE `[[dbprefix]]filter_formats` (
[368] Fix | Delete
`format` int(11) NOT NULL AUTO_INCREMENT,
[369] Fix | Delete
`name` varchar(255) NOT NULL DEFAULT '',
[370] Fix | Delete
`roles` varchar(255) NOT NULL DEFAULT '',
[371] Fix | Delete
`cache` tinyint(4) NOT NULL DEFAULT '0',
[372] Fix | Delete
PRIMARY KEY (`format`),
[373] Fix | Delete
UNIQUE KEY `name` (`name`)
[374] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
[375] Fix | Delete
[376] Fix | Delete
--
[377] Fix | Delete
-- Dumping data for table `[[dbprefix]]filter_formats`
[378] Fix | Delete
--
[379] Fix | Delete
[380] Fix | Delete
INSERT INTO `[[dbprefix]]filter_formats` VALUES
[381] Fix | Delete
(1, 'Filtered HTML', ',1,2,', 1),
[382] Fix | Delete
(2, 'Full HTML', '', 1);
[383] Fix | Delete
[384] Fix | Delete
-- --------------------------------------------------------
[385] Fix | Delete
[386] Fix | Delete
--
[387] Fix | Delete
-- Table structure for table `[[dbprefix]]flood`
[388] Fix | Delete
--
[389] Fix | Delete
[390] Fix | Delete
CREATE TABLE `[[dbprefix]]flood` (
[391] Fix | Delete
`fid` int(11) NOT NULL AUTO_INCREMENT,
[392] Fix | Delete
`event` varchar(64) NOT NULL DEFAULT '',
[393] Fix | Delete
`hostname` varchar(128) NOT NULL DEFAULT '',
[394] Fix | Delete
`timestamp` int(11) NOT NULL DEFAULT '0',
[395] Fix | Delete
PRIMARY KEY (`fid`),
[396] Fix | Delete
KEY `allow` (`event`,`hostname`,`timestamp`)
[397] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
[398] Fix | Delete
[399] Fix | Delete
-- --------------------------------------------------------
[400] Fix | Delete
[401] Fix | Delete
--
[402] Fix | Delete
-- Table structure for table `[[dbprefix]]history`
[403] Fix | Delete
--
[404] Fix | Delete
[405] Fix | Delete
CREATE TABLE `[[dbprefix]]history` (
[406] Fix | Delete
`uid` int(11) NOT NULL DEFAULT '0',
[407] Fix | Delete
`nid` int(11) NOT NULL DEFAULT '0',
[408] Fix | Delete
`timestamp` int(11) NOT NULL DEFAULT '0',
[409] Fix | Delete
PRIMARY KEY (`uid`,`nid`),
[410] Fix | Delete
KEY `nid` (`nid`)
[411] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[412] Fix | Delete
[413] Fix | Delete
-- --------------------------------------------------------
[414] Fix | Delete
[415] Fix | Delete
--
[416] Fix | Delete
-- Table structure for table `[[dbprefix]]menu_custom`
[417] Fix | Delete
--
[418] Fix | Delete
[419] Fix | Delete
CREATE TABLE `[[dbprefix]]menu_custom` (
[420] Fix | Delete
`menu_name` varchar(32) NOT NULL DEFAULT '',
[421] Fix | Delete
`title` varchar(255) NOT NULL DEFAULT '',
[422] Fix | Delete
`description` text,
[423] Fix | Delete
PRIMARY KEY (`menu_name`)
[424] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
[425] Fix | Delete
[426] Fix | Delete
--
[427] Fix | Delete
-- Dumping data for table `[[dbprefix]]menu_custom`
[428] Fix | Delete
--
[429] Fix | Delete
[430] Fix | Delete
INSERT INTO `[[dbprefix]]menu_custom` VALUES
[431] Fix | Delete
('navigation', 'Navigation', 'The navigation menu is provided by Drupal and is the main interactive menu for any site. It is usually the only menu that contains personalized links for authenticated users, and is often not even visible to anonymous users.'),
[432] Fix | Delete
('primary-links', 'Primary links', 'Primary links are often used at the theme layer to show the major sections of a site. A typical representation for primary links would be tabs along the top.'),
[433] Fix | Delete
('secondary-links', 'Secondary links', 'Secondary links are often used for pages like legal notices, contact details, and other secondary navigation items that play a lesser role than primary links');
[434] Fix | Delete
[435] Fix | Delete
-- --------------------------------------------------------
[436] Fix | Delete
[437] Fix | Delete
--
[438] Fix | Delete
-- Table structure for table `[[dbprefix]]menu_links`
[439] Fix | Delete
--
[440] Fix | Delete
[441] Fix | Delete
CREATE TABLE `[[dbprefix]]menu_links` (
[442] Fix | Delete
`menu_name` varchar(32) NOT NULL DEFAULT '',
[443] Fix | Delete
`mlid` int(10) unsigned NOT NULL AUTO_INCREMENT,
[444] Fix | Delete
`plid` int(10) unsigned NOT NULL DEFAULT '0',
[445] Fix | Delete
`link_path` varchar(255) NOT NULL DEFAULT '',
[446] Fix | Delete
`router_path` varchar(255) NOT NULL DEFAULT '',
[447] Fix | Delete
`link_title` varchar(255) NOT NULL DEFAULT '',
[448] Fix | Delete
`options` text,
[449] Fix | Delete
`module` varchar(255) NOT NULL DEFAULT 'system',
[450] Fix | Delete
`hidden` smallint(6) NOT NULL DEFAULT '0',
[451] Fix | Delete
`external` smallint(6) NOT NULL DEFAULT '0',
[452] Fix | Delete
`has_children` smallint(6) NOT NULL DEFAULT '0',
[453] Fix | Delete
`expanded` smallint(6) NOT NULL DEFAULT '0',
[454] Fix | Delete
`weight` int(11) NOT NULL DEFAULT '0',
[455] Fix | Delete
`depth` smallint(6) NOT NULL DEFAULT '0',
[456] Fix | Delete
`customized` smallint(6) NOT NULL DEFAULT '0',
[457] Fix | Delete
`p1` int(10) unsigned NOT NULL DEFAULT '0',
[458] Fix | Delete
`p2` int(10) unsigned NOT NULL DEFAULT '0',
[459] Fix | Delete
`p3` int(10) unsigned NOT NULL DEFAULT '0',
[460] Fix | Delete
`p4` int(10) unsigned NOT NULL DEFAULT '0',
[461] Fix | Delete
`p5` int(10) unsigned NOT NULL DEFAULT '0',
[462] Fix | Delete
`p6` int(10) unsigned NOT NULL DEFAULT '0',
[463] Fix | Delete
`p7` int(10) unsigned NOT NULL DEFAULT '0',
[464] Fix | Delete
`p8` int(10) unsigned NOT NULL DEFAULT '0',
[465] Fix | Delete
`p9` int(10) unsigned NOT NULL DEFAULT '0',
[466] Fix | Delete
`updated` smallint(6) NOT NULL DEFAULT '0',
[467] Fix | Delete
PRIMARY KEY (`mlid`),
[468] Fix | Delete
KEY `path_menu` (`link_path`(128),`menu_name`),
[469] Fix | Delete
KEY `menu_plid_expand_child` (`menu_name`,`plid`,`expanded`,`has_children`),
[470] Fix | Delete
KEY `menu_parents` (`menu_name`,`p1`,`p2`,`p3`,`p4`,`p5`,`p6`,`p7`,`p8`,`p9`),
[471] Fix | Delete
KEY `router_path` (`router_path`(128))
[472] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=114 ;
[473] Fix | Delete
[474] Fix | Delete
--
[475] Fix | Delete
-- Dumping data for table `[[dbprefix]]menu_links`
[476] Fix | Delete
--
[477] Fix | Delete
[478] Fix | Delete
INSERT INTO `[[dbprefix]]menu_links` VALUES
[479] Fix | Delete
('navigation', 1, 0, 'batch', 'batch', '', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[480] Fix | Delete
('navigation', 2, 0, 'admin', 'admin', 'Administer', 'a:0:{}', 'system', 0, 0, 1, 0, 9, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[481] Fix | Delete
('navigation', 3, 0, 'node', 'node', 'Content', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[482] Fix | Delete
('navigation', 4, 0, 'logout', 'logout', 'Log out', 'a:0:{}', 'system', 0, 0, 0, 0, 10, 1, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[483] Fix | Delete
('navigation', 5, 0, 'rss.xml', 'rss.xml', 'RSS feed', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[484] Fix | Delete
('navigation', 6, 0, 'user', 'user', 'User account', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[485] Fix | Delete
('navigation', 7, 0, 'node/%', 'node/%', '', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[486] Fix | Delete
('navigation', 8, 2, 'admin/compact', 'admin/compact', 'Compact mode', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 2, 0, 2, 8, 0, 0, 0, 0, 0, 0, 0, 0),
[487] Fix | Delete
('navigation', 9, 0, 'filter/tips', 'filter/tips', 'Compose tips', 'a:0:{}', 'system', 1, 0, 0, 0, 0, 1, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[488] Fix | Delete
('navigation', 10, 2, 'admin/content', 'admin/content', 'Content management', 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:27:"Manage your site''s content.";}}', 'system', 0, 0, 1, 0, -10, 2, 0, 2, 10, 0, 0, 0, 0, 0, 0, 0, 0),
[489] Fix | Delete
('navigation', 11, 0, 'node/add', 'node/add', 'Create content', 'a:0:{}', 'system', 0, 0, 1, 0, 1, 1, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[490] Fix | Delete
('navigation', 12, 0, 'comment/delete', 'comment/delete', 'Delete comment', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[491] Fix | Delete
('navigation', 13, 0, 'comment/edit', 'comment/edit', 'Edit comment', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[492] Fix | Delete
('navigation', 14, 0, 'system/files', 'system/files', 'File download', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[493] Fix | Delete
('navigation', 15, 2, 'admin/help', 'admin/help', 'Help', 'a:0:{}', 'system', 0, 0, 0, 0, 9, 2, 0, 2, 15, 0, 0, 0, 0, 0, 0, 0, 0),
[494] Fix | Delete
('navigation', 16, 2, 'admin/reports', 'admin/reports', 'Reports', 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"View reports from system logs and other status information.";}}', 'system', 0, 0, 1, 0, 5, 2, 0, 2, 16, 0, 0, 0, 0, 0, 0, 0, 0),
[495] Fix | Delete
('navigation', 17, 2, 'admin/build', 'admin/build', 'Site building', 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Control how your site looks and feels.";}}', 'system', 0, 0, 1, 0, -10, 2, 0, 2, 17, 0, 0, 0, 0, 0, 0, 0, 0),
[496] Fix | Delete
('navigation', 18, 2, 'admin/settings', 'admin/settings', 'Site configuration', 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Adjust basic site configuration options.";}}', 'system', 0, 0, 1, 0, -5, 2, 0, 2, 18, 0, 0, 0, 0, 0, 0, 0, 0),
[497] Fix | Delete
('navigation', 19, 0, 'user/autocomplete', 'user/autocomplete', 'User autocomplete', 'a:0:{}', 'system', -1, 0, 0, 0, 0, 1, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0),
[498] Fix | Delete
('navigation', 20, 2, 'admin/user', 'admin/user', 'User management', 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:61:"Manage your site''s users, groups and access to site features.";}}', 'system', 0, 0, 1, 0, 0, 2, 0, 2, 20, 0, 0, 0, 0, 0, 0, 0, 0),
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function