source: trunk/_InstallationResources/omwiki_red.sql @ 1217

Revision 1217, 141.3 KB checked in by Xiping.Wang, 2 years ago (diff)

merged from omcollab_zongzhen

Line 
1-- omCollab MySQL Dump
2
3SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
4
5--
6-- Database: `{omwiki_database_name}`
7--
8
9
10-- --------------------------------------------------------
11
12--
13-- Table structure for table `{omcollab_db_table_prefix}archive`
14--
15
16DROP TABLE IF EXISTS `{omcollab_db_table_prefix}archive`;
17CREATE TABLE `{omcollab_db_table_prefix}archive` (
18  `ar_namespace` int(11) NOT NULL default '0',
19  `ar_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
20  `ar_text` mediumblob NOT NULL,
21  `ar_comment` tinyblob NOT NULL,
22  `ar_user` int(10) unsigned NOT NULL default '0',
23  `ar_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
24  `ar_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
25  `ar_minor_edit` tinyint(4) NOT NULL default '0',
26  `ar_flags` tinyblob NOT NULL,
27  `ar_rev_id` int(10) unsigned default NULL,
28  `ar_text_id` int(10) unsigned default NULL,
29  `ar_deleted` tinyint(3) unsigned NOT NULL default '0',
30  `ar_len` int(10) unsigned default NULL,
31  `ar_page_id` int(10) unsigned default NULL,
32  `ar_parent_id` int(10) unsigned DEFAULT NULL,
33  KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`),
34  KEY `usertext_timestamp` (`ar_user_text`,`ar_timestamp`)
35) ENGINE=InnoDB DEFAULT CHARSET=latin1;
36
37--
38-- Dumping data for table `{omcollab_db_table_prefix}archive`
39--
40
41
42-- --------------------------------------------------------
43
44--
45-- Table structure for table `{omcollab_db_table_prefix}category`
46--
47
48CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}category` (
49  `cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
50  `cat_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
51  `cat_pages` int(11) NOT NULL DEFAULT '0',
52  `cat_subcats` int(11) NOT NULL DEFAULT '0',
53  `cat_files` int(11) NOT NULL DEFAULT '0',
54  `cat_hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
55  PRIMARY KEY (`cat_id`),
56  UNIQUE KEY `cat_title` (`cat_title`),
57  KEY `cat_pages` (`cat_pages`)
58) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
59
60--
61-- Dumping data for table `{omcollab_db_table_prefix}category`
62--
63
64
65-- --------------------------------------------------------
66
67--
68-- Table structure for table `{omcollab_db_table_prefix}categorylinks`
69--
70
71DROP TABLE IF EXISTS `{omcollab_db_table_prefix}categorylinks`;
72CREATE TABLE `{omcollab_db_table_prefix}categorylinks` (
73  `cl_from` int(10) unsigned NOT NULL default '0',
74  `cl_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
75  `cl_sortkey` varchar(70) character set latin1 collate latin1_bin NOT NULL default '',
76  `cl_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
77  UNIQUE KEY `cl_from` (`cl_from`,`cl_to`),
78  KEY `cl_sortkey` (`cl_to`,`cl_sortkey`,`cl_from`),
79  KEY `cl_timestamp` (`cl_to`,`cl_timestamp`)
80) ENGINE=InnoDB DEFAULT CHARSET=latin1;
81
82--
83-- Dumping data for table `{omcollab_db_table_prefix}categorylinks`
84--
85
86INSERT INTO `{omcollab_db_table_prefix}categorylinks` (`cl_from`, `cl_to`, `cl_sortkey`, `cl_timestamp`) VALUES
87(1, 0x546573745f43617465676f7279, 0x4d61696e2050616765, '2008-07-01 09:33:37');
88
89-- --------------------------------------------------------
90
91--
92-- Table structure for table `{omcollab_db_table_prefix}externallinks`
93--
94
95DROP TABLE IF EXISTS `{omcollab_db_table_prefix}externallinks`;
96CREATE TABLE `{omcollab_db_table_prefix}externallinks` (
97  `el_from` int(10) unsigned NOT NULL default '0',
98  `el_to` blob NOT NULL,
99  `el_index` blob NOT NULL,
100  KEY `el_from` (`el_from`,`el_to`(40)),
101  KEY `el_to` (`el_to`(60),`el_from`),
102  KEY `el_index` (`el_index`(60))
103) ENGINE=InnoDB DEFAULT CHARSET=latin1;
104
105--
106-- Dumping data for table `{omcollab_db_table_prefix}externallinks`
107--
108
109INSERT INTO `{omcollab_db_table_prefix}externallinks` (`el_from`, `el_to`, `el_index`) VALUES
110(1, 0x687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473, 0x687474703a2f2f6f72672e77696b696d656469612e6d6574612e2f77696b692f48656c703a436f6e74656e7473),
111(1, 0x687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e6773, 0x687474703a2f2f6f72672e6d6564696177696b692e7777772e2f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e6773),
112(1, 0x687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151, 0x687474703a2f2f6f72672e6d6564696177696b692e7777772e2f77696b692f4d616e75616c3a464151),
113(1, 0x687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365, 0x687474703a2f2f6f72672e77696b696d656469612e6c697374732e2f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365),
114(4, 0x687474703a2f2f6f6d636f6c6c61622e6c6f63616c686f73742f6f6d57696b692f696e6465782e7068703f7469746c653d5370656369616c3a546f67676c65557365725061676526616374696f6e3d65646974, 0x687474703a2f2f6c6f63616c686f73742e6f6d636f6c6c61622e2f6f6d57696b692f696e6465782e7068703f7469746c653d5370656369616c3a546f67676c65557365725061676526616374696f6e3d65646974),
115(1, 0x687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b69, 0x687474703a2f2f6f72672e6f70656e6d6574686f646f6c6f67792e6d696b65322e2f77696b69),
116(1, 0x687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b73, 0x687474703a2f2f6f72672e6f70656e6d6574686f646f6c6f67792e6d696b652e2f626f6f6b6d61726b73);
117
118-- --------------------------------------------------------
119
120--
121-- Table structure for table `{omcollab_db_table_prefix}filearchive`
122--
123
124DROP TABLE IF EXISTS `{omcollab_db_table_prefix}filearchive`;
125CREATE TABLE `{omcollab_db_table_prefix}filearchive` (
126  `fa_id` int(11) NOT NULL auto_increment,
127  `fa_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
128  `fa_archive_name` varchar(255) character set latin1 collate latin1_bin default '',
129  `fa_storage_group` varbinary(16) default NULL,
130  `fa_storage_key` varbinary(64) default '',
131  `fa_deleted_user` int(11) default NULL,
132  `fa_deleted_timestamp` binary(14) default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
133  `fa_deleted_reason` text,
134  `fa_size` int(10) unsigned default '0',
135  `fa_width` int(11) default '0',
136  `fa_height` int(11) default '0',
137  `fa_metadata` mediumblob,
138  `fa_bits` int(11) default '0',
139  `fa_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
140  `fa_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') default 'unknown',
141  `fa_minor_mime` varbinary(32) default 'unknown',
142  `fa_description` tinyblob,
143  `fa_user` int(10) unsigned default '0',
144  `fa_user_text` varchar(255) character set latin1 collate latin1_bin default NULL,
145  `fa_timestamp` binary(14) default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
146  `fa_deleted` tinyint(3) unsigned NOT NULL default '0',
147  PRIMARY KEY  (`fa_id`),
148  KEY `fa_name` (`fa_name`,`fa_timestamp`),
149  KEY `fa_storage_group` (`fa_storage_group`,`fa_storage_key`),
150  KEY `fa_deleted_timestamp` (`fa_deleted_timestamp`),
151  KEY `fa_user_timestamp` (`fa_user_text`,`fa_timestamp`)
152) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
153
154--
155-- Dumping data for table `{omcollab_db_table_prefix}filearchive`
156--
157
158
159-- --------------------------------------------------------
160
161--
162-- Table structure for table `{omcollab_db_table_prefix}hitcounter`
163--
164
165DROP TABLE IF EXISTS `{omcollab_db_table_prefix}hitcounter`;
166CREATE TABLE `{omcollab_db_table_prefix}hitcounter` (
167  `hc_id` int(10) unsigned NOT NULL
168) ENGINE=MEMORY DEFAULT CHARSET=latin1 MAX_ROWS=25000;
169
170--
171-- Dumping data for table `{omcollab_db_table_prefix}hitcounter`
172--
173
174
175-- --------------------------------------------------------
176
177--
178-- Table structure for table `{omcollab_db_table_prefix}image`
179--
180
181DROP TABLE IF EXISTS `{omcollab_db_table_prefix}image`;
182CREATE TABLE `{omcollab_db_table_prefix}image` (
183  `img_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
184  `img_size` int(10) unsigned NOT NULL default '0',
185  `img_width` int(11) NOT NULL default '0',
186  `img_height` int(11) NOT NULL default '0',
187  `img_metadata` mediumblob NOT NULL,
188  `img_bits` int(11) NOT NULL default '0',
189  `img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
190  `img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL default 'unknown',
191  `img_minor_mime` varbinary(32) NOT NULL default 'unknown',
192  `img_description` tinyblob NOT NULL,
193  `img_user` int(10) unsigned NOT NULL default '0',
194  `img_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
195  `img_timestamp` varbinary(14) NOT NULL default '',
196  `img_sha1` varbinary(32) NOT NULL default '',
197  PRIMARY KEY  (`img_name`),
198  KEY `img_usertext_timestamp` (`img_user_text`,`img_timestamp`),
199  KEY `img_size` (`img_size`),
200  KEY `img_timestamp` (`img_timestamp`),
201  KEY `img_sha1` (`img_sha1`)
202) ENGINE=InnoDB DEFAULT CHARSET=latin1;
203
204--
205-- Dumping data for table `{omcollab_db_table_prefix}image`
206--
207
208
209-- --------------------------------------------------------
210
211--
212-- Table structure for table `{omcollab_db_table_prefix}imagelinks`
213--
214
215DROP TABLE IF EXISTS `{omcollab_db_table_prefix}imagelinks`;
216CREATE TABLE `{omcollab_db_table_prefix}imagelinks` (
217  `il_from` int(10) unsigned NOT NULL default '0',
218  `il_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
219  UNIQUE KEY `il_from` (`il_from`,`il_to`),
220  KEY `il_to` (`il_to`,`il_from`)
221) ENGINE=InnoDB DEFAULT CHARSET=latin1;
222
223--
224-- Dumping data for table `{omcollab_db_table_prefix}imagelinks`
225--
226
227
228-- --------------------------------------------------------
229
230--
231-- Table structure for table `{omcollab_db_table_prefix}interwiki`
232--
233
234DROP TABLE IF EXISTS `{omcollab_db_table_prefix}interwiki`;
235CREATE TABLE `{omcollab_db_table_prefix}interwiki` (
236  `iw_prefix` varchar(32) NOT NULL,
237  `iw_url` blob NOT NULL,
238  `iw_local` tinyint(1) NOT NULL,
239  `iw_trans` tinyint(4) NOT NULL default '0',
240  UNIQUE KEY `iw_prefix` (`iw_prefix`)
241) ENGINE=InnoDB DEFAULT CHARSET=latin1;
242
243--
244-- Dumping data for table `{omcollab_db_table_prefix}interwiki`
245--
246
247INSERT INTO `{omcollab_db_table_prefix}interwiki` (`iw_prefix`, `iw_url`, `iw_local`, `iw_trans`) VALUES
248('abbenormal', 0x687474703a2f2f7777772e6f7572706c612e6e65742f6367692d62696e2f70696b69652e6367693f2431, 0, 0),
249('acronym', 0x687474703a2f2f7777772e6163726f6e796d66696e6465722e636f6d2f61662d71756572792e6173703f537472696e673d6578616374264163726f6e796d3d2431, 0, 0),
250('advogato', 0x687474703a2f2f7777772e6164766f6761746f2e6f72672f2431, 0, 0),
251('aiwiki', 0x687474703a2f2f7777772e6966692e756e697a682e63682f61696c61622f616977696b692f6169772e6367693f2431, 0, 0),
252('annotationwiki', 0x687474703a2f2f7777772e7365656477696b692e636f6d2f706167652e63666d3f77696b6969643d33363826646f633d2431, 0, 0),
253('arxiv', 0x687474703a2f2f7777772e61727869762e6f72672f6162732f2431, 0, 0),
254('bemi', 0x687474703a2f2f62656d692e667265652e66722f76696b696f2f696e6465782e7068703f2431, 0, 0),
255('c2find', 0x687474703a2f2f63322e636f6d2f6367692f77696b693f46696e64506167652676616c75653d2431, 0, 0),
256('cache', 0x687474703a2f2f7777772e676f6f676c652e636f6d2f7365617263683f713d63616368653a2431, 0, 0),
257('cliki', 0x687474703a2f2f77772e74656c656e742e6e65742f636c696b692f2431, 0, 0),
258('cmwiki', 0x687474703a2f2f7777772e6f7572706c612e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
259('codersbase', 0x687474703a2f2f7777772e636f64657273626173652e636f6d2f696e6465782e7068702f2431, 0, 0),
260('commons', 0x687474703a2f2f636f6d6d6f6e732e77696b696d656469612e6f72672f77696b692f2431, 0, 0),
261('consciousness', 0x687474703a2f2f746561647675732e696e73706972616c2e6f72672f, 0, 0),
262('corpknowpedia', 0x687474703a2f2f636f72706b6e6f7770656469612e6f72672f77696b692f696e6465782e7068702f2431, 0, 0),
263('creationmatters', 0x687474703a2f2f7777772e6f7572706c612e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
264('dejanews', 0x687474703a2f2f7777772e64656a612e636f6d2f3d646e632f676574646f632e78703f414e3d2431, 0, 0),
265('dictionary', 0x687474703a2f2f7777772e646963742e6f72672f62696e2f446963743f44617461626173653d2a26466f726d3d44696374312653747261746567793d2a2651756572793d2431, 0, 0),
266('disinfopedia', 0x687474703a2f2f7777772e646973696e666f70656469612e6f72672f77696b692e7068746d6c3f7469746c653d2431, 0, 0),
267('diveintoosx', 0x687474703a2f2f64697665696e746f6f73782e6f72672f2431, 0, 0),
268('docbook', 0x687474703a2f2f77696b692e646f63626f6f6b2e6f72672f746f7069632f2431, 0, 0),
269('dolphinwiki', 0x687474703a2f2f7777772e6f626a6563742d617274732e636f6d2f77696b692f68746d6c2f446f6c7068696e2f2431, 0, 0),
270('drumcorpswiki', 0x687474703a2f2f7777772e6472756d636f72707377696b692e636f6d2f696e6465782e7068702f2431, 0, 0),
271('dwjwiki', 0x687474703a2f2f7777772e737562657269632e6e65742f6367692d62696e2f64776a2f77696b692e6367693f2431, 0, 0),
272('echei', 0x687474703a2f2f7777772e696b736f2e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
273('ecxei', 0x687474703a2f2f7777772e696b736f2e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
274('efnetceewiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f632f2431, 0, 0),
275('efnetcppwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f6370702f2431, 0, 0),
276('efnetpythonwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f707974686f6e2f2431, 0, 0),
277('efnetxmlwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f786d6c2f2431, 0, 0),
278('elibre', 0x687474703a2f2f656e6369636c6f70656469612e75732e65732f696e6465782e7068702f2431, 0, 0),
279('eljwiki', 0x687474703a2f2f656c6a2e736f75726365666f7267652e6e65742f70687077696b692f696e6465782e7068702f2431, 0, 0),
280('emacswiki', 0x687474703a2f2f7777772e656d61637377696b692e6f72672f6367692d62696e2f77696b692e706c3f2431, 0, 0),
281('eokulturcentro', 0x687474703a2f2f6573706572616e746f2e746f756c6f7573652e667265652e66722f77616b6b612e7068703f77696b693d2431, 0, 0),
282('evowiki', 0x687474703a2f2f7777772e65766f77696b692e6f72672f696e6465782e7068702f2431, 0, 0),
283('eĉei', 0x687474703a2f2f7777772e696b736f2e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
284('finalempire', 0x687474703a2f2f66696e616c2d656d706972652e736f75726365666f7267652e6e65742f6367692d62696e2f77696b692e706c3f2431, 0, 0),
285('firstwiki', 0x687474703a2f2f666972737477696b692e6f72672f696e6465782e7068702f2431, 0, 0),
286('foldoc', 0x687474703a2f2f7777772e666f6c646f632e6f72672f666f6c646f632f666f6c646f632e6367693f2431, 0, 0),
287('foxwiki', 0x687474703a2f2f666f782e77696b69732e636f6d2f77632e646c6c3f57696b697e2431, 0, 0),
288('fr.be', 0x687474703a2f2f66722e77696b696e6174696f6e732e62652f2431, 0, 0),
289('fr.ca', 0x687474703a2f2f66722e63612e77696b696e6174696f6e732e6f72672f2431, 0, 0),
290('fr.fr', 0x687474703a2f2f66722e66722e77696b696e6174696f6e732e6f72672f2431, 0, 0),
291('fr.org', 0x687474703a2f2f66722e77696b696e6174696f6e732e6f72672f2431, 0, 0),
292('freebsdman', 0x687474703a2f2f7777772e467265654253442e6f72672f6367692f6d616e2e6367693f6170726f706f733d312671756572793d2431, 0, 0),
293('gamewiki', 0x687474703a2f2f67616d6577696b692e6f72672f77696b692f696e6465782e7068702f2431, 0, 0),
294('gej', 0x687474703a2f2f7777772e6573706572616e746f2e64652f6367692d62696e2f616b746976696b696f2f77696b692e706c3f2431, 0, 0),
295('gentoo-wiki', 0x687474703a2f2f67656e746f6f2d77696b692e636f6d2f2431, 0, 0),
296('globalvoices', 0x687474703a2f2f63796265722e6c61772e686172766172642e6564752f64796e2f676c6f62616c766f696365732f77696b692f2431, 0, 0),
297('gmailwiki', 0x687474703a2f2f7777772e676d61696c77696b692e636f6d2f696e6465782e7068702f2431, 0, 0),
298('google', 0x687474703a2f2f7777772e676f6f676c652e636f6d2f7365617263683f713d2431, 0, 0),
299('googlegroups', 0x687474703a2f2f67726f7570732e676f6f676c652e636f6d2f67726f7570733f713d2431, 0, 0),
300('gotamac', 0x687474703a2f2f7777772e676f742d612d6d61632e6f72672f2431, 0, 0),
301('greencheese', 0x687474703a2f2f7777772e677265656e6368656573652e6f72672f2431, 0, 0),
302('hammondwiki', 0x687474703a2f2f7777772e64616972696b692e6f72672f48616d6d6f6e6457696b692f696e6465782e706870333f2431, 0, 0),
303('haribeau', 0x687474703a2f2f77696b692e68617269626561752e64652f6367692d62696e2f77696b692e706c3f2431, 0, 0),
304('herzkinderwiki', 0x687474703a2f2f7777772e6865727a6b696e646572696e666f2e64652f4d6564696177696b692f696e6465782e7068702f2431, 0, 0),
305('hewikisource', 0x687474703a2f2f68652e77696b69736f757263652e6f72672f77696b692f2431, 1, 0),
306('hrwiki', 0x687474703a2f2f7777772e687277696b692e6f72672f696e6465782e7068702f2431, 0, 0),
307('iawiki', 0x687474703a2f2f7777772e494177696b692e6e65742f2431, 0, 0),
308('imdb', 0x687474703a2f2f75732e696d64622e636f6d2f5469746c653f2431, 0, 0),
309('infosecpedia', 0x687474703a2f2f7777772e696e666f73656370656469612e6f72672f70656469612f696e6465782e7068702f2431, 0, 0),
310('jargonfile', 0x687474703a2f2f73756e69722e6f72672f617070732f6d6574612e706c3f77696b693d4a6172676f6e46696c652672656469726563743d2431, 0, 0),
311('jefo', 0x687474703a2f2f7777772e6573706572616e746f2d6a65756e65732e6f72672f76696b696f2f696e6465782e7068703f2431, 0, 0),
312('jiniwiki', 0x687474703a2f2f7777772e63646567726f6f742e636f6d2f6367692d62696e2f6a696e693f2431, 0, 0),
313('jspwiki', 0x687474703a2f2f7777772e65637972642e636f6d2f4a535057696b692f57696b692e6a73703f706167653d2431, 0, 0),
314('keiki', 0x687474703a2f2f6b65692e6b692f656e2f2431, 0, 0),
315('kerimwiki', 0x687474703a2f2f77696b692e6f7875732e6e65742f2431, 0, 0),
316('kmwiki', 0x687474703a2f2f7777772e766f6768742e636f6d2f6367692d62696e2f707977696b693f2431, 0, 0),
317('knowhow', 0x687474703a2f2f777777322e69726f2e756d6f6e747265616c2e63612f7e70617175657473652f6367692d62696e2f77696b692e6367693f2431, 0, 0),
318('lanifexwiki', 0x687474703a2f2f6f70742e6c616e696665782e636f6d2f6367692d62696e2f77696b692e706c3f2431, 0, 0),
319('lasvegaswiki', 0x687474703a2f2f77696b692e676d6e6f772e636f6d2f696e6465782e7068702f2431, 0, 0),
320('linuxwiki', 0x687474703a2f2f7777772e6c696e757877696b692e64652f2431, 0, 0),
321('lojban', 0x687474703a2f2f7777772e6c6f6a62616e2e6f72672f74696b692f74696b692d696e6465782e7068703f706167653d2431, 0, 0),
322('lqwiki', 0x687474703a2f2f77696b692e6c696e75787175657374696f6e732e6f72672f77696b692f2431, 0, 0),
323('lugkr', 0x687474703a2f2f6c75672d6b722e736f75726365666f7267652e6e65742f6367692d62696e2f6c756777696b692e706c3f2431, 0, 0),
324('lutherwiki', 0x687474703a2f2f7777772e6c7574686572616e61726368697665732e636f6d2f6d772f696e6465782e7068702f2431, 0, 0),
325('mathsongswiki', 0x687474703a2f2f5365656457696b692e636f6d2f706167652e63666d3f77696b6969643d32333726646f633d2431, 0, 0),
326('mbtest', 0x687474703a2f2f7777772e7573656d6f642e636f6d2f6367692d62696e2f6d62746573742e706c3f2431, 0, 0),
327('meatball', 0x687474703a2f2f7777772e7573656d6f642e636f6d2f6367692d62696e2f6d622e706c3f2431, 0, 0),
328('mediawikiwiki', 0x687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f2431, 0, 0),
329('mediazilla', 0x687474703a2f2f6275677a696c6c612e77696b6970656469612e6f72672f2431, 1, 0),
330('memoryalpha', 0x687474703a2f2f7777772e6d656d6f72792d616c7068612e6f72672f656e2f696e6465782e7068702f2431, 0, 0),
331('metaweb', 0x687474703a2f2f7777772e6d6574617765622e636f6d2f77696b692f77696b692e7068746d6c3f7469746c653d2431, 0, 0),
332('metawiki', 0x687474703a2f2f73756e69722e6f72672f617070732f6d6574612e706c3f2431, 0, 0),
333('metawikipedia', 0x687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f2431, 0, 0),
334('moinmoin', 0x687474703a2f2f7075726c2e6e65742f77696b692f6d6f696e2f2431, 0, 0),
335('mozillawiki', 0x687474703a2f2f77696b692e6d6f7a696c6c612e6f72672f696e6465782e7068702f2431, 0, 0),
336('muweb', 0x687474703a2f2f7777772e64756e737461626c652e636f6d2f736372697074732f4d755765625765623f2431, 0, 0),
337('netvillage', 0x687474703a2f2f7777772e6e657462726f732e636f6d2f3f2431, 0, 0),
338('oeis', 0x687474703a2f2f7777772e72657365617263682e6174742e636f6d2f6367692d62696e2f6163636573732e6367692f61732f6e6a61732f73657175656e6365732f656973412e6367693f416e756d3d2431, 0, 0),
339('openfacts', 0x687474703a2f2f6f70656e66616374732e6265726c696f732e64652f696e6465782e7068746d6c3f7469746c653d2431, 0, 0),
340('openwiki', 0x687474703a2f2f6f70656e77696b692e636f6d2f3f2431, 0, 0),
341('opera7wiki', 0x687474703a2f2f6e6f6e74726f70706f2e6f72672f77696b692f2431, 0, 0),
342('orgpatterns', 0x687474703a2f2f7777772e62656c6c2d6c6162732e636f6d2f6367692d757365722f4f72675061747465726e732f4f72675061747465726e733f2431, 0, 0),
343('osi reference model', 0x687474703a2f2f77696b692e7469676d612e65652f, 0, 0),
344('pangalacticorg', 0x687474703a2f2f7777772e70616e67616c61637469632e6f72672f57696b692f2431, 0, 0),
345('patwiki', 0x687474703a2f2f67617573732e666669692e6f72672f2431, 0, 0),
346('personaltelco', 0x687474703a2f2f7777772e706572736f6e616c74656c636f2e6e65742f696e6465782e6367692f2431, 0, 0),
347('phpwiki', 0x687474703a2f2f70687077696b692e736f75726365666f7267652e6e65742f70687077696b692f696e6465782e7068703f2431, 0, 0),
348('pikie', 0x687474703a2f2f70696b69652e6461726b746563682e6f72672f6367692f70696b69653f2431, 0, 0),
349('pmeg', 0x687474703a2f2f7777772e62657274696c6f772e636f6d2f706d65672f24312e706870, 0, 0),
350('ppr', 0x687474703a2f2f63322e636f6d2f6367692f77696b693f2431, 0, 0),
351('purlnet', 0x687474703a2f2f7075726c2e6f636c632e6f72672f4e45542f2431, 0, 0),
352('pythoninfo', 0x687474703a2f2f7777772e707974686f6e2e6f72672f6367692d62696e2f6d6f696e6d6f696e2f2431, 0, 0),
353('pythonwiki', 0x687474703a2f2f7777772e707974686f6e77696b692e64652f2431, 0, 0),
354('pywiki', 0x687474703a2f2f7777772e766f6768742e636f6d2f6367692d62696e2f707977696b693f2431, 0, 0),
355('raec', 0x687474703a2f2f7777772e726165632e636c6163736f2e6564752e61723a383038302f726165632f4d656d626572732f7261656370656469612f2431, 0, 0),
356('revo', 0x687474703a2f2f7075726c2e6f72672f4e45542f766f6b6f2f7265766f2f6172742f24312e68746d6c, 0, 0),
357('rfc', 0x687474703a2f2f7777772e7266632d656469746f722e6f72672f7266632f72666324312e747874, 0, 0),
358('s23wiki', 0x687474703a2f2f69732d726f6f742e64652f77696b692f696e6465782e7068702f2431, 0, 0),
359('scoutpedia', 0x687474703a2f2f7777772e73636f757470656469612e696e666f2f696e6465782e7068702f2431, 0, 0),
360('seapig', 0x687474703a2f2f7777772e7365617069672e6f72672f2431, 0, 0),
361('seattlewiki', 0x687474703a2f2f73656174746c6577696b692e6f72672f77696b692f2431, 0, 0),
362('seattlewireless', 0x687474703a2f2f73656174746c65776972656c6573732e6e65742f3f2431, 0, 0),
363('seeds', 0x687474703a2f2f7777772e49736c616e6453656564732e6f72672f77696b692f2431, 0, 0),
364('senseislibrary', 0x687474703a2f2f73656e736569732e786d702e6e65742f3f2431, 0, 0),
365('shakti', 0x687474703a2f2f6367692e616c676f6e65742e73652f687462696e2f636769777261702f7067642f5368616b746957696b692f2431, 0, 0),
366('slashdot', 0x687474703a2f2f736c617368646f742e6f72672f61727469636c652e706c3f7369643d2431, 0, 0),
367('smikipedia', 0x687474703a2f2f7777772e736d696b6970656469612e6f72672f2431, 0, 0),
368('sockwiki', 0x687474703a2f2f77696b692e736f636b6c6162732e636f6d2f2431, 0, 0),
369('sourceforge', 0x687474703a2f2f736f75726365666f7267652e6e65742f2431, 0, 0),
370('squeak', 0x687474703a2f2f6d696e6e6f772e63632e6761746563682e6564752f73717565616b2f2431, 0, 0),
371('strikiwiki', 0x687474703a2f2f63682e7477692e747564656c66742e6e6c2f7e6d6f73746572742f737472696b692f74657374737472696b692e706c3f2431, 0, 0),
372('susning', 0x687474703a2f2f7777772e7375736e696e672e6e752f2431, 0, 0),
373('svgwiki', 0x687474703a2f2f7777772e70726f746f636f6c372e636f6d2f7376672d77696b692f64656661756c742e6173703f2431, 0, 0),
374('tavi', 0x687474703a2f2f746176692e736f75726365666f7267652e6e65742f2431, 0, 0),
375('tejo', 0x687474703a2f2f7777772e74656a6f2e6f72672f76696b696f2f2431, 0, 0),
376('terrorwiki', 0x687474703a2f2f7777772e6c69626572616c73616761696e7374746572726f7269736d2e636f6d2f77696b692f696e6465782e7068702f2431, 0, 0),
377('theopedia', 0x687474703a2f2f7777772e7468656f70656469612e636f6d2f2431, 0, 0),
378('tmbw', 0x687474703a2f2f7777772e746d62772e6e65742f77696b692f696e6465782e7068702f2431, 0, 0),
379('tmnet', 0x687474703a2f2f7777772e746563686e6f6d616e69666573746f732e6e65742f3f2431, 0, 0),
380('tmwiki', 0x687474703a2f2f7777772e45617379546f7069634d6170732e636f6d2f3f706167653d2431, 0, 0),
381('turismo', 0x687474703a2f2f7777772e74656a6f2e6f72672f74757269736d6f2f2431, 0, 0),
382('twiki', 0x687474703a2f2f7477696b692e6f72672f6367692d62696e2f766965772f2431, 0, 0),
383('twistedwiki', 0x687474703a2f2f7075726c2e6e65742f77696b692f747769737465642f2431, 0, 0),
384('uea', 0x687474703a2f2f7777772e74656a6f2e6f72672f7565612f2431, 0, 0),
385('unreal', 0x687474703a2f2f77696b692e6265796f6e64756e7265616c2e636f6d2f77696b692f2431, 0, 0),
386('ursine', 0x687474703a2f2f77696b692e757273696e652e63612f2431, 0, 0),
387('usej', 0x687474703a2f2f7777772e74656a6f2e6f72672f7573656a2f2431, 0, 0),
388('usemod', 0x687474703a2f2f7777772e7573656d6f642e636f6d2f6367692d62696e2f77696b692e706c3f2431, 0, 0),
389('vinismo', 0x687474703a2f2f76696e69736d6f2e636f6d2f656e2f2431, 0, 0),
390('visualworks', 0x687474703a2f2f77696b692e63732e756975632e6564752f56697375616c576f726b732f2431, 0, 0),
391('warpedview', 0x687474703a2f2f7777772e776172706564766965772e636f6d2f696e6465782e7068702f2431, 0, 0),
392('webdevwikinl', 0x687474703a2f2f7777772e70726f6d6f2d69742e6e6c2f57656244657657696b692f696e6465782e7068703f706167653d2431, 0, 0),
393('webisodes', 0x687474703a2f2f7777772e77656269736f6465732e6f72672f2431, 0, 0),
394('webseitzwiki', 0x687474703a2f2f776562736569747a2e666c7578656e742e636f6d2f77696b692f2431, 0, 0),
395('why', 0x687474703a2f2f636c75626c65742e636f6d2f632f632f7768793f2431, 0, 0),
396('wiki', 0x687474703a2f2f63322e636f6d2f6367692f77696b693f2431, 0, 0),
397('wikia', 0x687474703a2f2f7777772e77696b69612e636f6d2f77696b692f2431, 0, 0),
398('wikibooks', 0x687474703a2f2f656e2e77696b69626f6f6b732e6f72672f77696b692f2431, 1, 0),
399('wikicities', 0x687474703a2f2f7777772e77696b696369746965732e636f6d2f696e6465782e7068702f2431, 0, 0),
400('wikif1', 0x687474703a2f2f7777772e77696b6966312e6f72672f2431, 0, 0),
401('wikihow', 0x687474703a2f2f7777772e77696b69686f772e636f6d2f2431, 0, 0),
402('wikimedia', 0x687474703a2f2f77696b696d65646961666f756e646174696f6e2e6f72672f77696b692f2431, 0, 0),
403('wikinews', 0x687474703a2f2f656e2e77696b696e6577732e6f72672f77696b692f2431, 1, 0),
404('wikinfo', 0x687474703a2f2f7777772e77696b696e666f2e6f72672f696e6465782e7068702f2431, 0, 0),
405('wikipedia', 0x687474703a2f2f656e2e77696b6970656469612e6f72672f77696b692f2431, 1, 0),
406('wikiquote', 0x687474703a2f2f656e2e77696b6971756f74652e6f72672f77696b692f2431, 1, 0),
407('wikisource', 0x687474703a2f2f736f75726365732e77696b6970656469612e6f72672f77696b692f2431, 1, 0),
408('wikispecies', 0x687474703a2f2f737065636965732e77696b6970656469612e6f72672f77696b692f2431, 1, 0),
409('wikitravel', 0x687474703a2f2f77696b6974726176656c2e6f72672f656e2f2431, 0, 0),
410('wikiworld', 0x687474703a2f2f57696b69576f726c642e636f6d2f77696b692f696e6465782e7068702f2431, 0, 0),
411('wikt', 0x687474703a2f2f656e2e77696b74696f6e6172792e6f72672f77696b692f2431, 1, 0),
412('wiktionary', 0x687474703a2f2f656e2e77696b74696f6e6172792e6f72672f77696b692f2431, 1, 0),
413('wlug', 0x687474703a2f2f7777772e776c75672e6f72672e6e7a2f2431, 0, 0),
414('wlwiki', 0x687474703a2f2f77696e736c6f77736c6169722e73757072656d65706978656c732e6e65742f77696b692f696e6465782e7068702f2431, 0, 0),
415('ypsieyeball', 0x687474703a2f2f736b6e6b77726b732e64796e646e732e6f72673a313935372f777269746577696b692f77696b692e706c3f2431, 0, 0),
416('zwiki', 0x687474703a2f2f7777772e7a77696b692e6f72672f2431, 0, 0),
417('zzz wiki', 0x687474703a2f2f77696b692e7a7a7a2e65652f, 0, 0);
418
419-- --------------------------------------------------------
420
421--
422-- Table structure for table `{omcollab_db_table_prefix}ipblocks`
423--
424
425DROP TABLE IF EXISTS `{omcollab_db_table_prefix}ipblocks`;
426CREATE TABLE `{omcollab_db_table_prefix}ipblocks` (
427  `ipb_id` int(11) NOT NULL auto_increment,
428  `ipb_address` tinyblob NOT NULL,
429  `ipb_user` int(10) unsigned NOT NULL default '0',
430  `ipb_by` int(10) unsigned NOT NULL default '0',
431  `ipb_reason` tinyblob NOT NULL,
432  `ipb_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
433  `ipb_auto` tinyint(1) NOT NULL default '0',
434  `ipb_anon_only` tinyint(1) NOT NULL default '0',
435  `ipb_create_account` tinyint(1) NOT NULL default '1',
436  `ipb_enable_autoblock` tinyint(1) NOT NULL default '1',
437  `ipb_expiry` varbinary(14) NOT NULL default '',
438  `ipb_range_start` tinyblob NOT NULL,
439  `ipb_range_end` tinyblob NOT NULL,
440  `ipb_deleted` tinyint(1) NOT NULL default '0',
441  `ipb_block_email` tinyint(1) NOT NULL default '0',
442  `ipb_by_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
443   `ipb_allow_usertalk` tinyint(1) NOT NULL DEFAULT '1',
444  PRIMARY KEY  (`ipb_id`),
445  UNIQUE KEY `ipb_address` (`ipb_address`(255),`ipb_user`,`ipb_auto`,`ipb_anon_only`),
446  KEY `ipb_user` (`ipb_user`),
447  KEY `ipb_range` (`ipb_range_start`(8),`ipb_range_end`(8)),
448  KEY `ipb_timestamp` (`ipb_timestamp`),
449  KEY `ipb_expiry` (`ipb_expiry`)
450) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
451
452--
453-- Dumping data for table `{omcollab_db_table_prefix}ipblocks`
454--
455
456
457-- --------------------------------------------------------
458
459--
460-- Table structure for table `{omcollab_db_table_prefix}job`
461--
462
463DROP TABLE IF EXISTS `{omcollab_db_table_prefix}job`;
464CREATE TABLE `{omcollab_db_table_prefix}job` (
465  `job_id` int(10) unsigned NOT NULL auto_increment,
466  `job_cmd` varbinary(60) NOT NULL default '',
467  `job_namespace` int(11) NOT NULL,
468  `job_title` varchar(255) character set latin1 collate latin1_bin NOT NULL,
469  `job_params` blob NOT NULL,
470  PRIMARY KEY  (`job_id`),
471  KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`)
472) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
473
474--
475-- Dumping data for table `{omcollab_db_table_prefix}job`
476--
477
478
479-- --------------------------------------------------------
480
481--
482-- Table structure for table `{omcollab_db_table_prefix}langlinks`
483--
484
485DROP TABLE IF EXISTS `{omcollab_db_table_prefix}langlinks`;
486CREATE TABLE `{omcollab_db_table_prefix}langlinks` (
487  `ll_from` int(10) unsigned NOT NULL default '0',
488  `ll_lang` varbinary(20) NOT NULL default '',
489  `ll_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
490  UNIQUE KEY `ll_from` (`ll_from`,`ll_lang`),
491  KEY `ll_lang` (`ll_lang`,`ll_title`)
492) ENGINE=InnoDB DEFAULT CHARSET=latin1;
493
494--
495-- Dumping data for table `{omcollab_db_table_prefix}langlinks`
496--
497
498
499-- --------------------------------------------------------
500
501--
502-- Table structure for table `{omcollab_db_table_prefix}logging`
503--
504
505DROP TABLE IF EXISTS `{omcollab_db_table_prefix}logging`;
506CREATE TABLE `{omcollab_db_table_prefix}logging` (
507  `log_type` varbinary(10) NOT NULL default '',
508  `log_action` varbinary(10) NOT NULL default '',
509  `log_timestamp` binary(14) NOT NULL default '19700101000000',
510  `log_user` int(10) unsigned NOT NULL default '0',
511  `log_namespace` int(11) NOT NULL default '0',
512  `log_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
513  `log_comment` varchar(255) NOT NULL default '',
514  `log_params` blob NOT NULL,
515  `log_id` int(10) unsigned NOT NULL auto_increment,
516  `log_deleted` tinyint(3) unsigned NOT NULL default '0',
517  PRIMARY KEY  (`log_id`),
518  KEY `type_time` (`log_type`,`log_timestamp`),
519  KEY `user_time` (`log_user`,`log_timestamp`),
520  KEY `page_time` (`log_namespace`,`log_title`,`log_timestamp`),
521  KEY `times` (`log_timestamp`)
522) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;
523
524--
525-- Dumping data for table `{omcollab_db_table_prefix}logging`
526--
527
528INSERT INTO `{omcollab_db_table_prefix}logging` (`log_type`, `log_action`, `log_timestamp`, `log_user`, `log_namespace`, `log_title`, `log_comment`, `log_params`, `log_id`, `log_deleted`) VALUES
529(0x72656e616d6575736572, 0x72656e616d6575736572, 0x3230303830363036313434383334, 1, 2, 0x57696b695379734f70, '0 edits. Reason: ', 0x41646d696e, 1, 0),
530(0x706174726f6c, 0x706174726f6c, 0x3230303830363131303934363539, 1, 8, 0x53696465626172, '', 0x320a300a31, 2, 0),
531(0x706174726f6c, 0x706174726f6c, 0x3230303830363131303934383030, 1, 8, 0x53696465626172, '', 0x330a320a31, 3, 0),
532(0x706174726f6c, 0x706174726f6c, 0x3230303830363131303934393130, 1, 8, 0x53696465626172, '', 0x340a330a31, 4, 0),
533(0x706174726f6c, 0x706174726f6c, 0x3230303830363131313030393135, 1, 0, 0x5375626d656e75, '', 0x350a300a31, 5, 0),
534(0x706174726f6c, 0x706174726f6c, 0x3230303830363131313031353130, 1, 0, 0x5375626d656e75, '', 0x360a350a31, 6, 0),
535(0x706174726f6c, 0x706174726f6c, 0x3230303830363133303934393338, 1, 0, 0x4d61696e5f50616765, '', 0x370a310a31, 7, 0),
536(0x706174726f6c, 0x706174726f6c, 0x3230303830363133303935313239, 1, 0, 0x4d61696e5f50616765, '', 0x380a370a31, 8, 0),
537(0x706174726f6c, 0x706174726f6c, 0x3230303830363133313031353339, 1, 0, 0x4d61696e5f50616765, '', 0x390a380a31, 9, 0),
538(0x706174726f6c, 0x706174726f6c, 0x3230303830363133313231303234, 1, 0, 0x41646d696e, '', 0x31300a300a31, 10, 0),
539(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933333337, 1, 0, 0x4d61696e5f50616765, '', 0x31310a390a31, 11, 0),
540(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933353131, 1, 0, 0x4d61696e5f50616765, '', 0x31320a31310a31, 12, 0),
541(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933353438, 1, 0, 0x4d61696e5f50616765, '', 0x31330a31320a31, 13, 0),
542(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933363330, 1, 0, 0x4d61696e5f50616765, '', 0x31340a31330a31, 14, 0),
543(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933373234, 1, 0, 0x4d61696e5f50616765, '', 0x31350a31340a31, 15, 0),
544(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933383537, 1, 0, 0x4d61696e5f50616765, '', 0x31360a31350a31, 16, 0),
545(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303933393431, 1, 0, 0x4d61696e5f50616765, '', 0x31370a31360a31, 17, 0),
546(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934303233, 1, 0, 0x4d61696e5f50616765, '', 0x31380a31370a31, 18, 0),
547(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934373132, 1, 0, 0x5375626d656e75, '', 0x31390a360a31, 19, 0),
548(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934373436, 1, 0, 0x5375626d656e75, '', 0x32300a31390a31, 20, 0),
549(0x706174726f6c, 0x706174726f6c, 0x3230303830373031303934383134, 1, 0, 0x5375626d656e75, '', 0x32310a32300a31, 21, 0);
550
551-- --------------------------------------------------------
552
553--
554-- Table structure for table `{omcollab_db_table_prefix}math`
555--
556
557DROP TABLE IF EXISTS `{omcollab_db_table_prefix}math`;
558CREATE TABLE `{omcollab_db_table_prefix}math` (
559  `math_inputhash` varbinary(16) NOT NULL,
560  `math_outputhash` varbinary(16) NOT NULL,
561  `math_html_conservativeness` tinyint(4) NOT NULL,
562  `math_html` text,
563  `math_mathml` text,
564  UNIQUE KEY `math_inputhash` (`math_inputhash`)
565) ENGINE=InnoDB DEFAULT CHARSET=latin1;
566
567--
568-- Dumping data for table `{omcollab_db_table_prefix}math`
569--
570
571
572-- --------------------------------------------------------
573
574--
575-- Table structure for table `{omcollab_db_table_prefix}objectcache`
576--
577
578DROP TABLE IF EXISTS `{omcollab_db_table_prefix}objectcache`;
579CREATE TABLE `{omcollab_db_table_prefix}objectcache` (
580  `keyname` varbinary(255) NOT NULL default '',
581  `value` mediumblob,
582  `exptime` datetime default NULL,
583  UNIQUE KEY `keyname` (`keyname`),
584  KEY `exptime` (`exptime`)
585) ENGINE=InnoDB DEFAULT CHARSET=latin1;
586
587--
588-- Dumping data for table `{omcollab_db_table_prefix}objectcache`
589--
590
591INSERT INTO `{omcollab_db_table_prefix}objectcache` (`keyname`, `value`, `exptime`) VALUES
592(0x6f6d646576315f6f6d77696b692d6f6d5f3a6d65737361676573, 0x5d8fc10a82401086ef3ec5b2ddba444204637531a10e596874919051875ad8dda4d50ad4776fcd2e759af9e6ff60f8115c680ccc81c7a2a00cefdc33e0ba33e0ac69468a740dce38497628343be085dacd4dd1f9ec8cedd1d4592fb4f442554a625f66a222d52b491297940b9410514ebacaafa82f64da81983fe0af19d2b3c45eb20b99eaf3f34f89501737d50ee323d8bceb9c45211e2c9768cc923f84a951fa926ca1d5626293559a86fb60bd3dc6817fdceec334ed9bdadea7208a2d734fc0d4ebde, '2008-07-02 09:22:21');
593
594-- --------------------------------------------------------
595
596--
597-- Table structure for table `{omcollab_db_table_prefix}oldimage`
598--
599
600DROP TABLE IF EXISTS `{omcollab_db_table_prefix}oldimage`;
601CREATE TABLE `{omcollab_db_table_prefix}oldimage` (
602  `oi_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
603  `oi_archive_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
604  `oi_size` int(10) unsigned NOT NULL default '0',
605  `oi_width` int(11) NOT NULL default '0',
606  `oi_height` int(11) NOT NULL default '0',
607  `oi_bits` int(11) NOT NULL default '0',
608  `oi_description` tinyblob NOT NULL,
609  `oi_user` int(10) unsigned NOT NULL default '0',
610  `oi_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
611  `oi_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
612  `oi_metadata` mediumblob NOT NULL,
613  `oi_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL,
614  `oi_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL default 'unknown',
615  `oi_minor_mime` varbinary(32) NOT NULL default 'unknown',
616  `oi_deleted` tinyint(3) unsigned NOT NULL default '0',
617  `oi_sha1` varbinary(32) NOT NULL default '',
618  KEY `oi_usertext_timestamp` (`oi_user_text`,`oi_timestamp`),
619  KEY `oi_name_timestamp` (`oi_name`,`oi_timestamp`),
620  KEY `oi_name_archive_name` (`oi_name`,`oi_archive_name`(14)),
621  KEY `oi_sha1` (`oi_sha1`)
622) ENGINE=InnoDB DEFAULT CHARSET=latin1;
623
624--
625-- Dumping data for table `{omcollab_db_table_prefix}oldimage`
626--
627
628
629-- --------------------------------------------------------
630
631--
632-- Table structure for table `{omcollab_db_table_prefix}page`
633--
634
635DROP TABLE IF EXISTS `{omcollab_db_table_prefix}page`;
636CREATE TABLE `{omcollab_db_table_prefix}page` (
637  `page_id` int(10) unsigned NOT NULL auto_increment,
638  `page_namespace` int(11) NOT NULL,
639  `page_title` varchar(255) character set latin1 collate latin1_bin NOT NULL,
640  `page_restrictions` tinyblob NOT NULL,
641  `page_counter` bigint(20) unsigned NOT NULL default '0',
642  `page_is_redirect` tinyint(3) unsigned NOT NULL default '0',
643  `page_is_new` tinyint(3) unsigned NOT NULL default '0',
644  `page_random` double unsigned NOT NULL,
645  `page_touched` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
646  `page_latest` int(10) unsigned NOT NULL,
647  `page_len` int(10) unsigned NOT NULL,
648  PRIMARY KEY  (`page_id`),
649  UNIQUE KEY `name_title` (`page_namespace`,`page_title`),
650  KEY `page_random` (`page_random`),
651  KEY `page_len` (`page_len`)
652) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
653
654--
655-- Dumping data for table `{omcollab_db_table_prefix}page`
656--
657
658INSERT INTO `{omcollab_db_table_prefix}page` (`page_id`, `page_namespace`, `page_title`, `page_restrictions`, `page_counter`, `page_is_redirect`, `page_is_new`, `page_random`, `page_touched`, `page_latest`, `page_len`) VALUES
659(1, 0, 0x4d61696e5f50616765, '', 90, 0, 0, 0.106481737462, 0x3230303830373031303934303233, 18, 2722),
660(2, 8, 0x53696465626172, '', 4, 0, 0, 0.423490804093, 0x3230303830363131313030393135, 4, 224),
661(3, 0, 0x5375626d656e75, '', 6, 0, 0, 0.825034213397, 0x3230303830373031303934383134, 21, 30),
662(4, 200, 0x41646d696e, '', 0, 0, 1, 0.750118327798, 0x3230303830363133313231303234, 10, 262);
663
664-- --------------------------------------------------------
665
666--
667-- Table structure for table `{omcollab_db_table_prefix}pagelinks`
668--
669
670DROP TABLE IF EXISTS `{omcollab_db_table_prefix}pagelinks`;
671CREATE TABLE `{omcollab_db_table_prefix}pagelinks` (
672  `pl_from` int(10) unsigned NOT NULL default '0',
673  `pl_namespace` int(11) NOT NULL default '0',
674  `pl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
675  UNIQUE KEY `pl_from` (`pl_from`,`pl_namespace`,`pl_title`),
676  KEY `pl_namespace` (`pl_namespace`,`pl_title`,`pl_from`)
677) ENGINE=InnoDB DEFAULT CHARSET=latin1;
678
679--
680-- Dumping data for table `{omcollab_db_table_prefix}pagelinks`
681--
682
683INSERT INTO `{omcollab_db_table_prefix}pagelinks` (`pl_from`, `pl_namespace`, `pl_title`) VALUES
684(2, 0, 0x4d61696e5f50616765),
685(2, 0, 0x5375626d656e75);
686
687-- --------------------------------------------------------
688
689--
690-- Table structure for table `{omcollab_db_table_prefix}page_props`
691--
692
693CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}page_props` (
694  `pp_page` int(11) NOT NULL,
695  `pp_propname` varbinary(60) NOT NULL,
696  `pp_value` blob NOT NULL,
697  PRIMARY KEY (`pp_page`,`pp_propname`)
698) ENGINE=InnoDB DEFAULT CHARSET=latin1;
699
700--
701-- Dumping data for table `{omcollab_db_table_prefix}page_props`
702--
703
704
705-- --------------------------------------------------------
706
707--
708-- Table structure for table `{omcollab_db_table_prefix}page_restrictions`
709--
710
711DROP TABLE IF EXISTS `{omcollab_db_table_prefix}page_restrictions`;
712CREATE TABLE `{omcollab_db_table_prefix}page_restrictions` (
713  `pr_page` int(11) NOT NULL,
714  `pr_type` varbinary(60) NOT NULL,
715  `pr_level` varbinary(60) NOT NULL,
716  `pr_cascade` tinyint(4) NOT NULL,
717  `pr_user` int(11) default NULL,
718  `pr_expiry` varbinary(14) default NULL,
719  `pr_id` int(10) unsigned NOT NULL auto_increment,
720  PRIMARY KEY  (`pr_page`,`pr_type`),
721  UNIQUE KEY `pr_id` (`pr_id`),
722  KEY `pr_typelevel` (`pr_type`,`pr_level`),
723  KEY `pr_level` (`pr_level`),
724  KEY `pr_cascade` (`pr_cascade`)
725) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
726
727--
728-- Dumping data for table `{omcollab_db_table_prefix}page_restrictions`
729--
730
731
732-- --------------------------------------------------------
733
734--
735-- Table structure for table `{omcollab_db_table_prefix}protected_titles`
736--
737
738DROP TABLE IF EXISTS `{omcollab_db_table_prefix}protected_titles`;
739CREATE TABLE `{omcollab_db_table_prefix}protected_titles` (
740  `pt_namespace` int(11) NOT NULL,
741  `pt_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
742  `pt_user` int(10) unsigned NOT NULL,
743  `pt_reason` tinyblob,
744  `pt_timestamp` binary(14) NOT NULL,
745  `pt_expiry` varbinary(14) NOT NULL default '',
746  `pt_create_perm` varbinary(60) NOT NULL,
747  PRIMARY KEY  (`pt_namespace`,`pt_title`),
748  KEY `pt_timestamp` (`pt_timestamp`)
749) ENGINE=InnoDB DEFAULT CHARSET=latin1;
750
751--
752-- Dumping data for table `{omcollab_db_table_prefix}protected_titles`
753--
754
755
756-- --------------------------------------------------------
757
758--
759-- Table structure for table `{omcollab_db_table_prefix}querycache`
760--
761
762DROP TABLE IF EXISTS `{omcollab_db_table_prefix}querycache`;
763CREATE TABLE `{omcollab_db_table_prefix}querycache` (
764  `qc_type` varbinary(32) NOT NULL,
765  `qc_value` int(10) unsigned NOT NULL default '0',
766  `qc_namespace` int(11) NOT NULL default '0',
767  `qc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
768  KEY `qc_type` (`qc_type`,`qc_value`)
769) ENGINE=InnoDB DEFAULT CHARSET=latin1;
770
771--
772-- Dumping data for table `{omcollab_db_table_prefix}querycache`
773--
774
775
776-- --------------------------------------------------------
777
778--
779-- Table structure for table `{omcollab_db_table_prefix}querycachetwo`
780--
781
782DROP TABLE IF EXISTS `{omcollab_db_table_prefix}querycachetwo`;
783CREATE TABLE `{omcollab_db_table_prefix}querycachetwo` (
784  `qcc_type` varbinary(32) NOT NULL,
785  `qcc_value` int(10) unsigned NOT NULL default '0',
786  `qcc_namespace` int(11) NOT NULL default '0',
787  `qcc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
788  `qcc_namespacetwo` int(11) NOT NULL default '0',
789  `qcc_titletwo` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
790  KEY `qcc_type` (`qcc_type`,`qcc_value`),
791  KEY `qcc_title` (`qcc_type`,`qcc_namespace`,`qcc_title`),
792  KEY `qcc_titletwo` (`qcc_type`,`qcc_namespacetwo`,`qcc_titletwo`)
793) ENGINE=InnoDB DEFAULT CHARSET=latin1;
794
795--
796-- Dumping data for table `{omcollab_db_table_prefix}querycachetwo`
797--
798
799
800-- --------------------------------------------------------
801
802--
803-- Table structure for table `{omcollab_db_table_prefix}querycache_info`
804--
805
806DROP TABLE IF EXISTS `{omcollab_db_table_prefix}querycache_info`;
807CREATE TABLE `{omcollab_db_table_prefix}querycache_info` (
808  `qci_type` varbinary(32) NOT NULL default '',
809  `qci_timestamp` binary(14) NOT NULL default '19700101000000',
810  UNIQUE KEY `qci_type` (`qci_type`)
811) ENGINE=InnoDB DEFAULT CHARSET=latin1;
812
813--
814-- Dumping data for table `{omcollab_db_table_prefix}querycache_info`
815--
816
817
818-- --------------------------------------------------------
819
820--
821-- Table structure for table `{omcollab_db_table_prefix}recentchanges`
822--
823
824DROP TABLE IF EXISTS `{omcollab_db_table_prefix}recentchanges`;
825CREATE TABLE `{omcollab_db_table_prefix}recentchanges` (
826  `rc_id` int(11) NOT NULL auto_increment,
827  `rc_timestamp` varbinary(14) NOT NULL default '',
828  `rc_cur_time` varbinary(14) NOT NULL default '',
829  `rc_user` int(10) unsigned NOT NULL default '0',
830  `rc_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL,
831  `rc_namespace` int(11) NOT NULL default '0',
832  `rc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
833  `rc_comment` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
834  `rc_minor` tinyint(3) unsigned NOT NULL default '0',
835  `rc_bot` tinyint(3) unsigned NOT NULL default '0',
836  `rc_new` tinyint(3) unsigned NOT NULL default '0',
837  `rc_cur_id` int(10) unsigned NOT NULL default '0',
838  `rc_this_oldid` int(10) unsigned NOT NULL default '0',
839  `rc_last_oldid` int(10) unsigned NOT NULL default '0',
840  `rc_type` tinyint(3) unsigned NOT NULL default '0',
841  `rc_moved_to_ns` tinyint(3) unsigned NOT NULL default '0',
842  `rc_moved_to_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
843  `rc_patrolled` tinyint(3) unsigned NOT NULL default '0',
844  `rc_ip` varbinary(40) NOT NULL default '',
845  `rc_old_len` int(11) default NULL,
846  `rc_new_len` int(11) default NULL,
847  `rc_deleted` tinyint(3) unsigned NOT NULL default '0',
848  `rc_logid` int(10) unsigned NOT NULL default '0',
849  `rc_log_type` varbinary(255) default NULL,
850  `rc_log_action` varbinary(255) default NULL,
851  `rc_params` blob,
852  PRIMARY KEY  (`rc_id`),
853  KEY `rc_timestamp` (`rc_timestamp`),
854  KEY `rc_namespace_title` (`rc_namespace`,`rc_title`),
855  KEY `rc_cur_id` (`rc_cur_id`),
856  KEY `new_name_timestamp` (`rc_new`,`rc_namespace`,`rc_timestamp`),
857  KEY `rc_ip` (`rc_ip`),
858  KEY `rc_ns_usertext` (`rc_namespace`,`rc_user_text`),
859  KEY `rc_user_text` (`rc_user_text`,`rc_timestamp`)
860) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;
861
862--
863-- Dumping data for table `{omcollab_db_table_prefix}recentchanges`
864--
865
866INSERT INTO `{omcollab_db_table_prefix}recentchanges` (`rc_id`, `rc_timestamp`, `rc_cur_time`, `rc_user`, `rc_user_text`, `rc_namespace`, `rc_title`, `rc_comment`, `rc_minor`, `rc_bot`, `rc_new`, `rc_cur_id`, `rc_this_oldid`, `rc_last_oldid`, `rc_type`, `rc_moved_to_ns`, `rc_moved_to_title`, `rc_patrolled`, `rc_ip`, `rc_old_len`, `rc_new_len`, `rc_deleted`, `rc_logid`, `rc_log_type`, `rc_log_action`, `rc_params`) VALUES
867(1, 0x3230303830363036313434383334, 0x3230303830363036313434383334, 1, 0x41646d696e, -1, 0x4c6f672f72656e616d6575736572, 0x6861732072656e616d656420557365723a57696b695379734f7020746f202241646d696e223a20302065646974732e20526561736f6e3a20, 0, 0, 0, 0, 0, 0, 3, 0, '', 1, 0x3132372e302e302e31, NULL, NULL, 0, 0, NULL, NULL, NULL),
868(2, 0x3230303830363131303934363539, 0x3230303830363131303934363539, 1, 0x41646d696e, 8, 0x53696465626172, 0x4e657720706167653a207b7b236d656e753a202a5b5b6d61696e706167657c6d61696e706167655d5d202a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d202a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d202a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d207d7d203c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354492e2e2e, 0, 0, 1, 2, 2, 0, 1, 0, '', 1, 0x3132372e302e302e31, 0, 192, 0, 0, NULL, NULL, NULL),
869(3, 0x3230303830363131303934383030, 0x3230303830363131303934383030, 1, 0x41646d696e, 8, 0x53696465626172, '', 0, 0, 0, 2, 3, 2, 0, 0, '', 1, 0x3132372e302e302e31, 192, 227, 0, 0, NULL, NULL, NULL),
870(4, 0x3230303830363131303934393130, 0x3230303830363131303934393130, 1, 0x41646d696e, 8, 0x53696465626172, '', 0, 0, 0, 2, 4, 3, 0, 0, '', 1, 0x3132372e302e302e31, 227, 224, 0, 0, NULL, NULL, NULL),
871(5, 0x3230303830363131313030393135, 0x3230303830363131313030393135, 1, 0x41646d696e, 0, 0x5375626d656e75, 0x4e657720706167653a204e6176696761746520746f202f6f6d57696b692f4d6564696157696b693a5369646562617220616e642065646974206173207265717569726564, 0, 0, 1, 3, 5, 0, 1, 0, '', 1, 0x3132372e302e302e31, 0, 58, 0, 0, NULL, NULL, NULL),
872(6, 0x3230303830363131313031353130, 0x3230303830363131313031353130, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 6, 5, 0, 0, '', 1, 0x3132372e302e302e31, 58, 62, 0, 0, NULL, NULL, NULL),
873(7, 0x3230303830363133303934393338, 0x3230303830363133303934393338, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 7, 1, 0, 0, '', 1, 0x3132372e302e302e31, 449, 462, 0, 0, NULL, NULL, NULL),
874(8, 0x3230303830363133303935313239, 0x3230303830363133303935313239, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 8, 7, 0, 0, '', 1, 0x3132372e302e302e31, 462, 449, 0, 0, NULL, NULL, NULL),
875(9, 0x3230303830363133313031353339, 0x3230303830363133313031353339, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 9, 8, 0, 0, '', 1, 0x3132372e302e302e31, 449, 462, 0, 0, NULL, NULL, NULL),
876(10, 0x3230303830363133313231303234, 0x3230303830363133313231303234, 1, 0x41646d696e, 200, 0x41646d696e, 0x696d706f727420757365722077696b69, 0, 0, 1, 4, 10, 0, 1, 0, '', 1, 0x3132372e302e302e31, 0, 262, 0, 0, NULL, NULL, NULL),
877(11, 0x3230303830373031303933333337, 0x3230303830373031303933333337, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, '', 0, 0, 0, 1, 11, 9, 0, 0, '', 1, 0x3132372e302e302e31, 462, 2739, 0, 0, NULL, NULL, NULL),
878(12, 0x3230303830373031303933353131, 0x3230303830373031303933353131, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465202a2f20, 0, 0, 0, 1, 12, 11, 0, 0, '', 1, 0x3132372e302e302e31, 2739, 2723, 0, 0, NULL, NULL, NULL),
879(13, 0x3230303830373031303933353438, 0x3230303830373031303933353438, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 13, 12, 0, 0, '', 1, 0x3132372e302e302e31, 2723, 2719, 0, 0, NULL, NULL, NULL),
880(14, 0x3230303830373031303933363330, 0x3230303830373031303933363330, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 14, 13, 0, 0, '', 1, 0x3132372e302e302e31, 2719, 2718, 0, 0, NULL, NULL, NULL),
881(15, 0x3230303830373031303933373234, 0x3230303830373031303933373234, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 15, 14, 0, 0, '', 1, 0x3132372e302e302e31, 2718, 2708, 0, 0, NULL, NULL, NULL),
882(16, 0x3230303830373031303933383537, 0x3230303830373031303933383537, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 16, 15, 0, 0, '', 1, 0x3132372e302e302e31, 2708, 2720, 0, 0, NULL, NULL, NULL),
883(17, 0x3230303830373031303933393431, 0x3230303830373031303933393431, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69202a2f20, 0, 0, 0, 1, 17, 16, 0, 0, '', 1, 0x3132372e302e302e31, 2720, 2715, 0, 0, NULL, NULL, NULL),
884(18, 0x3230303830373031303934303233, 0x3230303830373031303934303233, 1, 0x41646d696e, 0, 0x4d61696e5f50616765, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f20, 0, 0, 0, 1, 18, 17, 0, 0, '', 1, 0x3132372e302e302e31, 2715, 2722, 0, 0, NULL, NULL, NULL),
885(19, 0x3230303830373031303934373132, 0x3230303830373031303934373132, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 19, 6, 0, 0, '', 1, 0x3132372e302e302e31, 62, 58, 0, 0, NULL, NULL, NULL),
886(20, 0x3230303830373031303934373436, 0x3230303830373031303934373436, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 20, 19, 0, 0, '', 1, 0x3132372e302e302e31, 58, 42, 0, 0, NULL, NULL, NULL),
887(21, 0x3230303830373031303934383134, 0x3230303830373031303934383134, 1, 0x41646d696e, 0, 0x5375626d656e75, '', 0, 0, 0, 3, 21, 20, 0, 0, '', 1, 0x3132372e302e302e31, 42, 30, 0, 0, NULL, NULL, NULL);
888
889-- --------------------------------------------------------
890
891--
892-- Table structure for table `{omcollab_db_table_prefix}redirect`
893--
894
895DROP TABLE IF EXISTS `{omcollab_db_table_prefix}redirect`;
896CREATE TABLE `{omcollab_db_table_prefix}redirect` (
897  `rd_from` int(10) unsigned NOT NULL default '0',
898  `rd_namespace` int(11) NOT NULL default '0',
899  `rd_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
900  PRIMARY KEY  (`rd_from`),
901  KEY `rd_ns_title` (`rd_namespace`,`rd_title`,`rd_from`)
902) ENGINE=InnoDB DEFAULT CHARSET=latin1;
903
904--
905-- Dumping data for table `{omcollab_db_table_prefix}redirect`
906--
907
908
909-- --------------------------------------------------------
910
911--
912-- Table structure for table `{omcollab_db_table_prefix}revision`
913--
914
915DROP TABLE IF EXISTS `{omcollab_db_table_prefix}revision`;
916CREATE TABLE `{omcollab_db_table_prefix}revision` (
917  `rev_id` int(10) unsigned NOT NULL auto_increment,
918  `rev_page` int(10) unsigned NOT NULL,
919  `rev_text_id` int(10) unsigned NOT NULL,
920  `rev_comment` tinyblob NOT NULL,
921  `rev_user` int(10) unsigned NOT NULL default '0',
922  `rev_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
923  `rev_timestamp` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
924  `rev_minor_edit` tinyint(3) unsigned NOT NULL default '0',
925  `rev_deleted` tinyint(3) unsigned NOT NULL default '0',
926  `rev_len` int(10) unsigned default NULL,
927  `rev_parent_id` int(10) unsigned default NULL,
928  PRIMARY KEY  (`rev_page`,`rev_id`),
929  UNIQUE KEY `rev_id` (`rev_id`),
930  KEY `rev_timestamp` (`rev_timestamp`),
931  KEY `page_timestamp` (`rev_page`,`rev_timestamp`),
932  KEY `user_timestamp` (`rev_user`,`rev_timestamp`),
933  KEY `usertext_timestamp` (`rev_user_text`,`rev_timestamp`)
934) ENGINE=InnoDB  DEFAULT CHARSET=latin1 MAX_ROWS=10000000 AVG_ROW_LENGTH=1024 AUTO_INCREMENT=22 ;
935
936--
937-- Dumping data for table `{omcollab_db_table_prefix}revision`
938--
939
940INSERT INTO `{omcollab_db_table_prefix}revision` (`rev_id`, `rev_page`, `rev_text_id`, `rev_comment`, `rev_user`, `rev_user_text`, `rev_timestamp`, `rev_minor_edit`, `rev_deleted`, `rev_len`, `rev_parent_id`) VALUES
941(1, 1, 1, '', 0, 'MediaWiki default', '20080605103804', 0, 0, 449, 0),
942(7, 1, 7, '', 1, 'Admin', '20080613094938', 0, 0, 462, 1),
943(8, 1, 8, '', 1, 'Admin', '20080613095129', 0, 0, 449, 7),
944(9, 1, 9, '', 1, 'Admin', '20080613101539', 0, 0, 462, 8),
945(11, 1, 11, '', 1, 'Admin', '20080701093337', 0, 0, 2739, 9),
946(12, 1, 12, 0x2f2a204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465202a2f, 1, 'Admin', '20080701093511', 0, 0, 2723, 11),
947(13, 1, 13, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093548', 0, 0, 2719, 12),
948(14, 1, 14, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093630', 0, 0, 2718, 13),
949(15, 1, 15, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093724', 0, 0, 2708, 14),
950(16, 1, 16, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701093857', 0, 0, 2720, 15),
951(17, 1, 17, 0x2f2a204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69202a2f, 1, 'Admin', '20080701093941', 0, 0, 2715, 16),
952(18, 1, 18, 0x2f2a204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473202a2f, 1, 'Admin', '20080701094023', 0, 0, 2722, 17),
953(2, 2, 2, 0x4e657720706167653a207b7b236d656e753a202a5b5b6d61696e706167657c6d61696e706167655d5d202a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d202a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d202a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d207d7d203c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354492e2e2e, 1, 'Admin', '20080611094659', 0, 0, 192, 0),
954(3, 2, 3, '', 1, 'Admin', '20080611094800', 0, 0, 227, 2),
955(4, 2, 4, '', 1, 'Admin', '20080611094910', 0, 0, 224, 3),
956(5, 3, 5, 0x4e657720706167653a204e6176696761746520746f202f6f6d57696b692f4d6564696157696b693a5369646562617220616e642065646974206173207265717569726564, 1, 'Admin', '20080611100915', 0, 0, 58, 0),
957(6, 3, 6, '', 1, 'Admin', '20080611101510', 0, 0, 62, 5),
958(19, 3, 19, '', 1, 'Admin', '20080701094712', 0, 0, 58, 6),
959(20, 3, 20, '', 1, 'Admin', '20080701094746', 0, 0, 42, 19),
960(21, 3, 21, '', 1, 'Admin', '20080701094814', 0, 0, 30, 20),
961(10, 4, 10, 0x696d706f727420757365722077696b69, 1, 'Admin', '20080613121024', 0, 0, 262, 0);
962
963-- --------------------------------------------------------
964
965--
966-- Table structure for table `{omcollab_db_table_prefix}searchindex`
967--
968
969DROP TABLE IF EXISTS `{omcollab_db_table_prefix}searchindex`;
970CREATE TABLE `{omcollab_db_table_prefix}searchindex` (
971  `si_page` int(10) unsigned NOT NULL,
972  `si_title` varchar(255) NOT NULL default '',
973  `si_text` mediumtext NOT NULL,
974  UNIQUE KEY `si_page` (`si_page`),
975  FULLTEXT KEY `si_title` (`si_title`),
976  FULLTEXT KEY `si_text` (`si_text`)
977) ENGINE=MyISAM DEFAULT CHARSET=latin1;
978
979--
980-- Dumping data for table `{omcollab_db_table_prefix}searchindex`
981--
982
983INSERT INTO `{omcollab_db_table_prefix}searchindex` (`si_page`, `si_title`, `si_text`) VALUES
984(2, 'sidebar', ' #menu main page home submenu example submenu item special recentchanges recent changes special newpages newest pages special random random page __noeditsection__ '),
985(3, 'submenu', ' refer to mediawiki sidebar '),
986(1, 'main page', '  mediawiki for omcollab has been successfully installed   consult the user user''s guide for information on using the wiki software getting started getting started getting started configuration settings list mediawiki faq mediawiki release mailing list a few examples a few examples a few examples below are three examples of pre-installed wiki extensions that enhance and extend the collaborative nature of the omcollab suite for the full list refer to special version example 1 links to assets of a particular type on an external wiki example 1 links to assets of a particular type on an external wiki example 1 links to assets of a particular type on an external wiki the links shown here are generated by the apiquery extension which is pre-installed action query; list categorymembers; cmcategory omcollab; cmlimit 10; the extension reaches out to an external wiki you configure the destination wiki in your localsettings php file and retrieves links to articles on that wiki which correspond to the apiquery settings specified in the wiki tag click view source or edit to see the tag in our example we are reaching out to the mike2 0 wiki and retrieving links to all articles there in the category ''omcollab'' use this method when you do not have credentials to query an external wiki directly example 2 bookmarks from an external omcollab bookmarks site example 2 bookmarks from an external omcollab bookmarks site example 2 bookmarks from an external omcollab bookmarks site the links shown here point to bookmarks on an external omcollab bookmarks or scuttle web site these require the ombookmarksexternal extension which is pre-installed with omcollab collaboration in this example we are displaying bookmarks from mike2 0 bookmarks where the term ''collaboration'' appears in a bookmark bookmark''s tag on that site to see the configuration options for this extension view source or edit this page use this extension when you want to display bookmarks from an external site example 3 locally bookmarked assets example 3 locally bookmarked assets example 3 locally bookmarked assets the links shown here are retrieved from your own instance of omcollab bookmarks using the pre-installed extension ''omcollabbookmarks omcollab you can configure the lookup attributes by editing or viewing the source of this page category test category '),
987(4, 'admin', ' there is currently no text in this page you can special search toggleuserpage search for this page title in other pages or edit this page ');
988
989-- --------------------------------------------------------
990
991--
992-- Table structure for table `{omcollab_db_table_prefix}site_stats`
993--
994
995DROP TABLE IF EXISTS `{omcollab_db_table_prefix}site_stats`;
996CREATE TABLE `{omcollab_db_table_prefix}site_stats` (
997  `ss_row_id` int(10) unsigned NOT NULL,
998  `ss_total_views` bigint(20) unsigned default '0',
999  `ss_total_edits` bigint(20) unsigned default '0',
1000  `ss_good_articles` bigint(20) unsigned default '0',
1001  `ss_total_pages` bigint(20) default '-1',
1002  `ss_users` bigint(20) default '-1',
1003  `ss_admins` int(11) default '-1',
1004  `ss_images` int(11) default '0',
1005  `ss_active_users` bigint(20) DEFAULT '-1',
1006  UNIQUE KEY `ss_row_id` (`ss_row_id`)
1007) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1008
1009--
1010-- Dumping data for table `{omcollab_db_table_prefix}site_stats`
1011--
1012INSERT INTO `{omcollab_db_table_prefix}site_stats` (`ss_row_id`, `ss_total_views`, `ss_total_edits`, `ss_good_articles`, `ss_total_pages`, `ss_users`, `ss_admins`, `ss_images`, `ss_active_users`) VALUES
1013(1, 100, 22, 2, 4, 1, 1, 0, 0);
1014
1015-- --------------------------------------------------------
1016
1017--
1018-- Table structure for table `{omcollab_db_table_prefix}templatelinks`
1019--
1020
1021DROP TABLE IF EXISTS `{omcollab_db_table_prefix}templatelinks`;
1022CREATE TABLE `{omcollab_db_table_prefix}templatelinks` (
1023  `tl_from` int(10) unsigned NOT NULL default '0',
1024  `tl_namespace` int(11) NOT NULL default '0',
1025  `tl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1026  UNIQUE KEY `tl_from` (`tl_from`,`tl_namespace`,`tl_title`),
1027  KEY `tl_namespace` (`tl_namespace`,`tl_title`,`tl_from`)
1028) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1029
1030--
1031-- Dumping data for table `{omcollab_db_table_prefix}templatelinks`
1032--
1033
1034
1035-- --------------------------------------------------------
1036
1037--
1038-- Table structure for table `{omcollab_db_table_prefix}text`
1039--
1040
1041DROP TABLE IF EXISTS `{omcollab_db_table_prefix}text`;
1042CREATE TABLE `{omcollab_db_table_prefix}text` (
1043  `old_id` int(10) unsigned NOT NULL auto_increment,
1044  `old_text` mediumblob NOT NULL,
1045  `old_flags` tinyblob NOT NULL,
1046  PRIMARY KEY  (`old_id`)
1047) ENGINE=InnoDB  DEFAULT CHARSET=latin1 MAX_ROWS=10000000 AVG_ROW_LENGTH=10240 AUTO_INCREMENT=22 ;
1048
1049--
1050-- Dumping data for table `{omcollab_db_table_prefix}text`
1051--
1052
1053INSERT INTO `{omcollab_db_table_prefix}text` (`old_id`, `old_text`, `old_flags`) VALUES
1054(1, 0x3c6269673e2727274d6564696157696b6920686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1055(2, 0x7b7b236d656e753a0a2a5b5b6d61696e706167657c6d61696e706167655d5d0a2a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d0a2a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d0a2a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d0a7d7d0a3c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354494f4e5f5f, 0x7574662d38),
1056(3, 0x7b7b236d656e753a0a2a5b5b6d61696e706167657c6d61696e706167655d5d0a2a2a5b5b7375626d656e757c6578616d706c65207375626d656e75206974656d5d5d0a2a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d0a2a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d0a2a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d0a7d7d0a3c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354494f4e5f5f, 0x7574662d38),
1057(4, 0x7b7b236d656e753a0a2a5b5b4d61696e20506167657c486f6d655d5d0a2a2a5b5b7375626d656e757c6578616d706c65207375626d656e75206974656d5d5d0a2a5b5b5370656369616c3a526563656e746368616e6765737c526563656e74204368616e6765735d5d0a2a5b5b5370656369616c3a4e657770616765737c4e65776573742050616765735d5d0a2a5b5b5370656369616c3a52616e646f6d7c52616e646f6d20506167655d5d0a7d7d0a3c64697620636c6173733d2276697375616c436c656172223e3c2f6469763e5f5f4e4f4544495453454354494f4e5f5f, 0x7574662d38),
1058(5, 0x4e6176696761746520746f202f6f6d57696b692f4d6564696157696b693a5369646562617220616e642065646974206173207265717569726564, 0x7574662d38),
1059(6, 0x526566657220746f202f6f6d57696b692f696e6465782e7068703f7469746c653d4d6564696157696b693a5369646562617226616374696f6e3d65646974, 0x7574662d38),
1060(7, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1061(8, 0x3c6269673e2727274d6564696157696b6920686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1062(9, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d, 0x7574662d38),
1063(10, 0x3c64697620636c6173733d276e6f61727469636c6574657874273e54686572652069732063757272656e746c79206e6f207465787420696e207468697320706167652c20796f752063616e205b5b5370656369616c3a5365617263682f546f67676c6555736572506167657c73656172636820666f7220746869732070616765207469746c655d5d20696e206f74686572207061676573206f72205b687474703a2f2f6f6d636f6c6c61622e6c6f63616c686f73742f6f6d57696b692f696e6465782e7068703f7469746c653d5370656369616c3a546f67676c65557365725061676526616374696f6e3d656469742065646974207468697320706167655d2e3c2f6469763e, 0x7574662d38),
1064(11, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d636f6c6c6162626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c22200a696e707574747970653d227461677322200a736561726368747970653d227465726d22200a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d636f6c6c6162626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b73200a646973706c6179747970653d22626c6f67726f6c6c22200a696e707574747970653d227461677322200a736561726368747970653d227465726d22200a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73223e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1065(12, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b73200a646973706c6179747970653d22626c6f67726f6c6c22200a696e707574747970653d227461677322200a736561726368747970653d227465726d22200a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73223e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1066(13, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d636f6c6c6162626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73223e6f6d636f6c6c61623c2f6f6d636f6c6c6162626f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1067(14, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c73637574746c65626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f73637574746c65626f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1068(15, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d626f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1069(16, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e200a0a3c6170697175657279200a646973706c6179747970653d22626c6f67726f6c6c22200a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d3530303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1070(17, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e0a0a3c61706971756572790a646973706c6179747970653d22626c6f67726f6c6c220a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d31303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1071(18, 0x3c6269673e2727274d6564696157696b6920666f72206f6d436f6c6c616220686173206265656e207375636365737366756c6c7920696e7374616c6c65642e2727273c2f6269673e0a0a436f6e73756c7420746865205b687474703a2f2f6d6574612e77696b696d656469612e6f72672f77696b692f48656c703a436f6e74656e7473205573657227732047756964655d20666f7220696e666f726d6174696f6e206f6e207573696e67207468652077696b6920736f6674776172652e0a0a3d3d2047657474696e672073746172746564203d3d0a0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a436f6e66696775726174696f6e5f73657474696e677320436f6e66696775726174696f6e2073657474696e6773206c6973745d0a2a205b687474703a2f2f7777772e6d6564696177696b692e6f72672f77696b692f4d616e75616c3a464151204d6564696157696b69204641515d0a2a205b687474703a2f2f6c697374732e77696b696d656469612e6f72672f6d61696c6d616e2f6c697374696e666f2f6d6564696177696b692d616e6e6f756e6365204d6564696157696b692072656c65617365206d61696c696e67206c6973745d0a0a0a3d3d204120666577206578616d706c6573203d3d0a42656c6f7720617265207468726565206578616d706c6573206f66207072652d696e7374616c6c65642077696b6920657874656e73696f6e73207468617420656e68616e636520616e6420657874656e642074686520636f6c6c61626f726174697665206e6174757265206f6620746865206f6d436f6c6c61622053756974652e20466f72207468652066756c6c206c6973742c20726566657220746f205b5b5370656369616c3a56657273696f6e5d5d2e0a0a3d3d204578616d706c6520313a204c696e6b7320746f20617373657473206f66206120706172746963756c617220747970652c206f6e20616e2065787465726e616c2077696b69203d3d0a0a546865206c696e6b732073686f776e2068657265206172652067656e6572617465642062792074686520415049517565727920657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642e0a0a3c61706971756572790a646973706c6179747970653d22626c6f67726f6c6c220a7469746c653d2245787465726e616c2077696b692061727469636c65732061626f7574204f6d436f6c6c61623a223e0a616374696f6e3d71756572793b0a6c6973743d63617465676f72796d656d626572733b0a636d63617465676f72793d4f6d436f6c6c61623b0a636d6c696d69743d31303b0a3c2f61706971756572793e0a0a54686520657874656e73696f6e2072656163686573206f757420746f20616e2065787465726e616c2077696b692028796f7520636f6e666967757265207468652064657374696e6174696f6e2077696b6920696e20796f7572204c6f63616c53657474696e67732e7068702066696c652920616e6420726574726965766573206c696e6b7320746f2061727469636c6573206f6e20746861742077696b6920776869636820636f72726573706f6e6420746f207468652061706971756572792073657474696e67732073706563696669656420696e207468652077696b69207461672028636c69636b207669657720736f757263652c206f7220656469742c20746f207365652074686520746167292e0a0a496e206f7572206578616d706c652c20776520617265207265616368696e67206f757420746f20746865204d494b45322e302077696b692028687474703a2f2f6d696b65322e6f70656e6d6574686f646f6c6f67792e6f72672f77696b692920616e642072657472696576696e67206c696e6b7320746f20616c6c2061727469636c65732074686572652c20696e207468652063617465676f727920274f6d436f6c6c6162272e0a0a5573652074686973206d6574686f64207768656e20796f7520646f206e6f7420686176652063726564656e7469616c7320746f20717565727920616e2065787465726e616c2077696b69206469726563746c792e0a0a3d3d204578616d706c6520323a20426f6f6b6d61726b732066726f6d20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b732073697465203d3d0a0a546865206c696e6b732073686f776e206865726520706f696e7420746f20626f6f6b6d61726b73206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320286f722053637574746c65292077656220736974652e205468657365207265717569726520746865206f6d426f6f6b6d61726b7345787465726e616c20657874656e73696f6e2c207768696368206973207072652d696e7374616c6c65642077697468204f6d436f6c6c61622e0a0a3c6f6d626f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d2274616773220a736561726368747970653d227465726d220a7469746c653d2241727469636c6573206f6e20616e2065787465726e616c206f6d436f6c6c616220426f6f6b6d61726b7320736974653a220a3e636f6c6c61626f726174696f6e3c2f6f6d626f6f6b6d61726b733e0a0a496e2074686973206578616d706c652c2077652061726520646973706c6179696e6720626f6f6b6d61726b732066726f6d204d494b45322e3020426f6f6b6d61726b732028687474703a2f2f6d696b652e6f70656e6d6574686f646f6c6f67792e6f72672f626f6f6b6d61726b732920776865726520746865207465726d2027636f6c6c61626f726174696f6e27206170706561727320696e206120626f6f6b6d61726b277320746167206f6e207468617420736974652e20546f207365652074686520636f6e66696775726174696f6e206f7074696f6e7320666f72207468697320657874656e73696f6e2c207669657720736f75726365206f722065646974207468697320706167652e0a0a557365207468697320657874656e73696f6e207768656e20796f752077616e7420746f20646973706c617920626f6f6b6d61726b732066726f6d20616e2065787465726e616c20736974652e0a0a3d3d204578616d706c6520333a204c6f63616c6c7920426f6f6b6d61726b656420417373657473203d3d0a0a546865206c696e6b732073686f776e206865726520617265207265747269657665642066726f6d20796f7572206f776e20696e7374616e6365206f66206f6d436f6c6c616220426f6f6b6d61726b732c207573696e6720746865207072652d696e7374616c6c656420657874656e73696f6e20276f6d436f6c6c6162426f6f6b6d61726b73272e0a3c6f6d436f6c6c6162426f6f6b6d61726b730a646973706c6179747970653d22626c6f67726f6c6c220a696e707574747970653d227365617263687465726d73220a736561726368747970653d227465726d220a7469746c653d224c6f63616c6c7920736176656420626f6f6b6d61726b73220a3e6f6d636f6c6c61623c2f6f6d436f6c6c6162426f6f6b6d61726b733e0a0a596f752063616e20636f6e66696775726520746865206c6f6f6b757020617474726962757465732062792065646974696e67206f722076696577696e672074686520736f75726365206f66207468697320706167652e0a0a5b5b43617465676f72793a546573742043617465676f72795d5d, 0x7574662d38),
1072(19, 0x526566657220746f205b5b696e6465782e7068703f7469746c653d4d6564696157696b693a5369646562617226616374696f6e3d656469745d5d, 0x7574662d38),
1073(20, 0x526566657220746f205b5b4d6564696157696b693a5369646562617226616374696f6e3d656469745d5d, 0x7574662d38);
1074INSERT INTO `{omcollab_db_table_prefix}text` (`old_id`, `old_text`, `old_flags`) VALUES
1075(21, 0x526566657220746f205b5b4d6564696157696b693a536964656261725d5d, 0x7574662d38);
1076
1077-- --------------------------------------------------------
1078
1079--
1080-- Table structure for table `{omcollab_db_table_prefix}trackbacks`
1081--
1082
1083DROP TABLE IF EXISTS `{omcollab_db_table_prefix}trackbacks`;
1084CREATE TABLE `{omcollab_db_table_prefix}trackbacks` (
1085  `tb_id` int(11) NOT NULL auto_increment,
1086  `tb_page` int(11) default NULL,
1087  `tb_title` varchar(255) NOT NULL,
1088  `tb_url` blob NOT NULL,
1089  `tb_ex` text,
1090  `tb_name` varchar(255) default NULL,
1091  PRIMARY KEY  (`tb_id`),
1092  KEY `tb_page` (`tb_page`)
1093) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1094
1095--
1096-- Dumping data for table `{omcollab_db_table_prefix}trackbacks`
1097--
1098
1099
1100-- --------------------------------------------------------
1101
1102--
1103-- Table structure for table `{omcollab_db_table_prefix}transcache`
1104--
1105
1106DROP TABLE IF EXISTS `{omcollab_db_table_prefix}transcache`;
1107CREATE TABLE `{omcollab_db_table_prefix}transcache` (
1108  `tc_url` varbinary(255) NOT NULL,
1109  `tc_contents` text,
1110  `tc_time` int(11) NOT NULL,
1111  UNIQUE KEY `tc_url_idx` (`tc_url`)
1112) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1113
1114--
1115-- Dumping data for table `{omcollab_db_table_prefix}transcache`
1116--
1117
1118
1119-- --------------------------------------------------------
1120
1121--
1122-- Table structure for table `{omcollab_db_table_prefix}updatelog`
1123--
1124DROP TABLE IF EXISTS `{omcollab_db_table_prefix}updatelog`;
1125CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}updatelog` (
1126  `ul_key` varchar(255) NOT NULL,
1127  PRIMARY KEY (`ul_key`)
1128) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1129
1130--
1131-- Dumping data for table `{omcollab_db_table_prefix}updatelog`
1132--
1133
1134INSERT INTO `{omcollab_db_table_prefix}updatelog` (`ul_key`) VALUES
1135('password format'),
1136('populate category'),
1137('populate rev_parent_id');
1138
1139-- --------------------------------------------------------
1140
1141--
1142-- Table structure for table `{omcollab_db_table_prefix}user`
1143--
1144
1145DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user`;
1146CREATE TABLE `{omcollab_db_table_prefix}user` (
1147  `user_id` int(10) unsigned NOT NULL auto_increment,
1148  `user_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1149  `user_real_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1150  `user_password` tinyblob NOT NULL,
1151  `user_newpassword` tinyblob NOT NULL,
1152  `user_newpass_time` binary(14) default NULL,
1153  `user_email` tinytext NOT NULL,
1154  `user_options` blob NOT NULL,
1155  `user_touched` binary(14) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1156  `user_token` binary(32) NOT NULL default '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1157  `user_email_authenticated` binary(14) default NULL,
1158  `user_email_token` binary(32) default NULL,
1159  `user_email_token_expires` binary(14) default NULL,
1160  `user_registration` binary(14) default NULL,
1161  `user_editcount` int(11) default NULL,
1162  PRIMARY KEY  (`user_id`),
1163  UNIQUE KEY `user_name` (`user_name`),
1164  KEY `user_email_token` (`user_email_token`)
1165) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
1166
1167--
1168-- Dumping data for table `{omcollab_db_table_prefix}user`
1169--
1170--              MW1.12.0 old password hash = bdf6301b822e7778e38bf1072a74e4e8
1171--                                                                       md5(concat(user_id,'-',md5('password')))
1172--              MW1.14.0 new password hash = :B:1:bdf6301b822e7778e38bf1072a74e4e8
1173--                                                                       UPDATE $user SET user_password=CONCAT(':B:', user_id, ':', user_password)
1174
1175INSERT INTO `{omcollab_db_table_prefix}user` (`user_id`, `user_name`, `user_real_name`, `user_password`, `user_newpassword`, `user_newpass_time`, `user_email`, `user_options`, `user_touched`, `user_token`, `user_email_authenticated`, `user_email_token`, `user_email_token_expires`, `user_registration`, `user_editcount`) VALUES
1176(1, 'Admin', '',':B:1:bdf6301b822e7778e38bf1072a74e4e8', '', NULL, '', 0x717569636b6261723d310a756e6465726c696e653d320a636f6c733d38300a726f77733d32350a7365617263686c696d69743d32300a636f6e746578746c696e65733d350a636f6e7465787463686172733d35300a736b696e3d0a6d6174683d310a7263646179733d370a72636c696d69743d35300a776c6c696d69743d3235300a686967686c6967687462726f6b656e3d310a737475627468726573686f6c643d300a707265766965776f6e746f703d310a6564697473656374696f6e3d310a6564697473656374696f6e6f6e7269676874636c69636b3d300a73686f77746f633d310a73686f77746f6f6c6261723d310a646174653d64656661756c740a696d61676573697a653d320a7468756d6273697a653d320a72656d656d62657270617373776f72643d300a656e6f74696677617463686c69737470616765733d300a656e6f7469667573657274616c6b70616765733d310a656e6f7469666d696e6f7265646974733d300a656e6f74696672657665616c616464723d300a73686f776e756d626572737761746368696e673d310a66616e63797369673d300a65787465726e616c656469746f723d300a65787465726e616c646966663d300a73686f776a756d706c696e6b733d310a6e756d62657268656164696e67733d300a7573656c697665707265766965773d300a77617463686c697374646179733d330a76617269616e743d656e0a6c616e67756167653d656e0a7365617263684e73303d310a7365617263684e733130303d31, 0x3230303830373031303934383139, 0x3962633035646234353464656531386530663430336461373664636563323638, NULL, NULL, NULL, 0x3230303830363035313033383034, 20);
1177
1178-- --------------------------------------------------------
1179
1180--
1181-- Table structure for table `{omcollab_db_table_prefix}user_board`
1182--
1183
1184DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_board`;
1185CREATE TABLE `{omcollab_db_table_prefix}user_board` (
1186  `ub_id` int(11) NOT NULL auto_increment,
1187  `ub_user_id` int(11) NOT NULL default '0',
1188  `ub_user_name` varchar(255) NOT NULL default '',
1189  `ub_user_id_from` int(11) NOT NULL default '0',
1190  `ub_user_name_from` varchar(255) NOT NULL default '',
1191  `ub_message` text NOT NULL,
1192  `ub_type` int(5) default '0',
1193  `ub_date` datetime default NULL,
1194  PRIMARY KEY  (`ub_id`),
1195  KEY `ub_user_id` (`ub_user_id`),
1196  KEY `ub_user_id_from` (`ub_user_id_from`),
1197  KEY `ub_type` (`ub_type`)
1198) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
1199
1200--
1201-- Dumping data for table `{omcollab_db_table_prefix}user_board`
1202--
1203
1204
1205-- --------------------------------------------------------
1206
1207--
1208-- Table structure for table `{omcollab_db_table_prefix}user_groups`
1209--
1210
1211DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_groups`;
1212CREATE TABLE `{omcollab_db_table_prefix}user_groups` (
1213  `ug_user` int(10) unsigned NOT NULL default '0',
1214  `ug_group` varbinary(16) NOT NULL default '',
1215  PRIMARY KEY  (`ug_user`,`ug_group`),
1216  KEY `ug_group` (`ug_group`)
1217) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1218
1219--
1220-- Dumping data for table `{omcollab_db_table_prefix}user_groups`
1221--
1222
1223INSERT INTO `{omcollab_db_table_prefix}user_groups` (`ug_user`, `ug_group`) VALUES
1224(1, 0x62757265617563726174),
1225(1, 0x7379736f70);
1226
1227-- --------------------------------------------------------
1228
1229--
1230-- Table structure for table `{omcollab_db_table_prefix}user_newtalk`
1231--
1232
1233DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_newtalk`;
1234CREATE TABLE `{omcollab_db_table_prefix}user_newtalk` (
1235  `user_id` int(11) NOT NULL default '0',
1236  `user_ip` varbinary(40) NOT NULL default '',
1237  `user_last_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1238  KEY `user_id` (`user_id`),
1239  KEY `user_ip` (`user_ip`)
1240) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1241
1242--
1243-- Dumping data for table `{omcollab_db_table_prefix}user_newtalk`
1244--
1245
1246
1247-- --------------------------------------------------------
1248
1249--
1250-- Table structure for table `{omcollab_db_table_prefix}user_profile`
1251--
1252
1253DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_profile`;
1254CREATE TABLE `{omcollab_db_table_prefix}user_profile` (
1255  `up_user_id` int(5) NOT NULL default '0',
1256  `up_location_city` varchar(255) default NULL,
1257  `up_location_state` varchar(100) default NULL,
1258  `up_location_country` varchar(255) default NULL,
1259  `up_hometown_city` varchar(255) default NULL,
1260  `up_hometown_state` varchar(100) default NULL,
1261  `up_hometown_country` varchar(255) default NULL,
1262  `up_birthday` date default NULL,
1263  `up_relationship` int(5) NOT NULL default '0',
1264  `up_occupation` varchar(255) default '',
1265  `up_companies` text,
1266  `up_about` text,
1267  `up_places_lived` text,
1268  `up_schools` text,
1269  `up_websites` text,
1270  `up_movies` text,
1271  `up_books` text,
1272  `up_magazines` text,
1273  `up_music` text,
1274  `up_tv` text,
1275  `up_drinks` text,
1276  `up_snacks` text,
1277  `up_video_games` text,
1278  `up_interests` text,
1279  `up_quotes` text,
1280  `up_custom_1` text,
1281  `up_custom_2` text,
1282  `up_custom_3` text,
1283  `up_custom_4` text,
1284  `up_custom_5` text,
1285  `up_last_seen` datetime default NULL,
1286  `up_type` int(5) NOT NULL default '1',
1287  PRIMARY KEY  (`up_user_id`)
1288) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1289
1290--
1291-- Dumping data for table `{omcollab_db_table_prefix}user_profile`
1292--
1293
1294INSERT INTO `{omcollab_db_table_prefix}user_profile` (`up_user_id`, `up_location_city`, `up_location_state`, `up_location_country`, `up_hometown_city`, `up_hometown_state`, `up_hometown_country`, `up_birthday`, `up_relationship`, `up_occupation`, `up_companies`, `up_about`, `up_places_lived`, `up_schools`, `up_websites`, `up_movies`, `up_books`, `up_magazines`, `up_music`, `up_tv`, `up_drinks`, `up_snacks`, `up_video_games`, `up_interests`, `up_quotes`, `up_custom_1`, `up_custom_2`, `up_custom_3`, `up_custom_4`, `up_custom_5`, `up_last_seen`, `up_type`) VALUES
1295(1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
1296
1297-- --------------------------------------------------------
1298
1299--
1300-- Table structure for table `{omcollab_db_table_prefix}user_relationship`
1301--
1302
1303DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_relationship`;
1304CREATE TABLE `{omcollab_db_table_prefix}user_relationship` (
1305  `r_id` int(11) NOT NULL auto_increment,
1306  `r_user_id` int(5) unsigned NOT NULL default '0',
1307  `r_user_name` varchar(255) NOT NULL default '',
1308  `r_user_id_relation` int(5) unsigned NOT NULL default '0',
1309  `r_user_name_relation` varchar(255) NOT NULL default '',
1310  `r_type` int(2) default NULL,
1311  `r_date` datetime default NULL,
1312  PRIMARY KEY  (`r_id`),
1313  KEY `r_user_id` (`r_user_id`),
1314  KEY `r_user_id_relation` (`r_user_id_relation`)
1315) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
1316
1317--
1318-- Dumping data for table `{omcollab_db_table_prefix}user_relationship`
1319--
1320
1321
1322-- --------------------------------------------------------
1323
1324--
1325-- Table structure for table `{omcollab_db_table_prefix}user_relationship_request`
1326--
1327
1328DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_relationship_request`;
1329CREATE TABLE `{omcollab_db_table_prefix}user_relationship_request` (
1330  `ur_id` int(11) NOT NULL auto_increment,
1331  `ur_user_id_from` int(5) unsigned NOT NULL default '0',
1332  `ur_user_name_from` varchar(255) NOT NULL default '',
1333  `ur_user_id_to` int(5) unsigned NOT NULL default '0',
1334  `ur_user_name_to` varchar(255) NOT NULL default '',
1335  `ur_status` int(2) default '0',
1336  `ur_type` int(2) default NULL,
1337  `ur_message` varchar(255) default NULL,
1338  `ur_date` datetime default NULL,
1339  PRIMARY KEY  (`ur_id`),
1340  KEY `ur_user_id_from` (`ur_user_id_from`),
1341  KEY `ur_user_id_to` (`ur_user_id_to`)
1342) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
1343
1344--
1345-- Dumping data for table `{omcollab_db_table_prefix}user_relationship_request`
1346--
1347
1348
1349-- --------------------------------------------------------
1350
1351--
1352-- Table structure for table `{omcollab_db_table_prefix}user_stats`
1353--
1354
1355DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_stats`;
1356CREATE TABLE `{omcollab_db_table_prefix}user_stats` (
1357  `stats_year_id` int(2) NOT NULL default '0',
1358  `stats_user_id` int(11) NOT NULL default '0',
1359  `stats_user_name` varchar(255) NOT NULL default '',
1360  `stats_user_image_count` int(11) NOT NULL default '0',
1361  `stats_comment_count` int(11) NOT NULL default '0',
1362  `stats_comment_score` int(11) NOT NULL default '0',
1363  `stats_comment_score_positive_rec` int(11) NOT NULL default '0',
1364  `stats_comment_score_negative_rec` int(11) NOT NULL default '0',
1365  `stats_comment_score_positive_given` int(11) NOT NULL default '0',
1366  `stats_comment_score_negative_given` int(11) NOT NULL default '0',
1367  `stats_comment_blocked` int(11) NOT NULL default '0',
1368  `stats_vote_count` int(11) NOT NULL default '0',
1369  `stats_edit_count` int(11) NOT NULL default '0',
1370  `stats_opinions_created` int(11) NOT NULL default '0',
1371  `stats_opinions_published` int(11) NOT NULL default '0',
1372  `stats_referrals` int(11) NOT NULL default '0',
1373  `stats_referrals_completed` int(11) NOT NULL default '0',
1374  `stats_challenges_count` int(11) NOT NULL default '0',
1375  `stats_challenges_won` int(11) NOT NULL default '0',
1376  `stats_challenges_rating_positive` int(11) NOT NULL default '0',
1377  `stats_challenges_rating_negative` int(11) NOT NULL default '0',
1378  `stats_friends_count` int(11) NOT NULL default '0',
1379  `stats_foe_count` int(11) NOT NULL default '0',
1380  `stats_gifts_rec_count` int(11) NOT NULL default '0',
1381  `stats_gifts_sent_count` int(11) NOT NULL default '0',
1382  `stats_weekly_winner_count` int(11) NOT NULL default '0',
1383  `stats_monthly_winner_count` int(11) NOT NULL default '0',
1384  `stats_total_points` int(20) default '0',
1385  `stats_overall_rank` int(11) NOT NULL default '0',
1386  `up_complete` int(5) default NULL,
1387  `user_board_count` int(5) default '0',
1388  `user_board_sent` int(5) default '0',
1389  `user_board_count_priv` int(5) default '0',
1390  `stats_picturegame_votes` int(5) default '0',
1391  `stats_picturegame_created` int(5) default '0',
1392  `user_status_count` int(5) default '0',
1393  `stats_poll_votes` int(5) default '0',
1394  `user_status_agree` int(11) default '0',
1395  `stats_quiz_questions_answered` int(11) default '0',
1396  `stats_quiz_questions_correct` int(11) default '0',
1397  `stats_quiz_points` int(11) default '0',
1398  `stats_quiz_questions_created` int(11) default '0',
1399  `stats_quiz_questions_correct_percent` float default '0',
1400  PRIMARY KEY  (`stats_user_id`)
1401) ENGINE=InnoDB DEFAULT CHARSET=utf8;
1402
1403--
1404-- Dumping data for table `{omcollab_db_table_prefix}user_stats`
1405--
1406
1407
1408-- --------------------------------------------------------
1409
1410--
1411-- Table structure for table `{omcollab_db_table_prefix}watchlist`
1412--
1413
1414DROP TABLE IF EXISTS `{omcollab_db_table_prefix}watchlist`;
1415CREATE TABLE `{omcollab_db_table_prefix}watchlist` (
1416  `wl_user` int(10) unsigned NOT NULL,
1417  `wl_namespace` int(11) NOT NULL default '0',
1418  `wl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '',
1419  `wl_notificationtimestamp` varbinary(14) default NULL,
1420  UNIQUE KEY `wl_user` (`wl_user`,`wl_namespace`,`wl_title`),
1421  KEY `namespace_title` (`wl_namespace`,`wl_title`)
1422) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1423
1424--
1425-- Dumping data for table `{omcollab_db_table_prefix}watchlist`
1426--
1427
1428
1429--
1430-- Table structure for table `{omcollab_db_table_prefix}thread`
1431--
1432
1433DROP TABLE IF EXISTS `{omcollab_db_table_prefix}thread`;
1434
1435CREATE TABLE `{omcollab_db_table_prefix}thread` (
1436  thread_id int(8) unsigned NOT NULL auto_increment,
1437  thread_root int(8) unsigned UNIQUE NOT NULL,
1438  thread_ancestor int(8) unsigned NOT NULL,
1439  thread_parent int(8) unsigned NULL,
1440  thread_summary_page int(8) unsigned NULL,
1441
1442  thread_modified char(14) binary NOT NULL default '',
1443  thread_created char(14) binary NOT NULL default '',
1444  thread_revision int(8) unsigned NOT NULL default 1,
1445
1446  thread_editedness int(1) NOT NULL default 0,
1447
1448  thread_article_namespace int NOT NULL,
1449  thread_article_title varchar(255) binary NOT NULL,
1450
1451  -- Special thread types such as schrodinger's thread:
1452  thread_type int(4) unsigned NOT NULL default 0,
1453
1454  thread_change_type int(4) unsigned NOT NULL,
1455  thread_change_object int(8) unsigned NULL,
1456  thread_change_comment tinyblob NOT NULL,
1457  thread_change_user int unsigned NOT NULL default '0',
1458  thread_change_user_text varchar(255) binary NOT NULL default '',
1459
1460  PRIMARY KEY thread_id (thread_id),
1461  UNIQUE INDEX thread_id (thread_id),
1462  INDEX thread_ancestor (thread_ancestor),
1463  INDEX thread_article_title (thread_article_namespace, thread_article_title),
1464  INDEX thread_modified (thread_modified),
1465  INDEX thread_created (thread_created),
1466  INDEX thread_summary_page (thread_summary_page)
1467) TYPE=InnoDB;
1468
1469
1470--
1471-- Table structure for table `{omcollab_db_table_prefix}historical_thread`
1472--
1473
1474DROP TABLE IF EXISTS `{omcollab_db_table_prefix}historical_thread`;
1475
1476CREATE TABLE `{omcollab_db_table_prefix}historical_thread` (
1477
1478  -- Note that many hthreads can share an id, which is the same as the id
1479  -- of the live thread. It is only the id/revision combo which must be unique.
1480  hthread_id int(8) unsigned NOT NULL,
1481  hthread_revision int(8) unsigned NOT NULL,
1482  hthread_contents BLOB NOT NULL,
1483  hthread_change_type int(4) unsigned NOT NULL,
1484  hthread_change_object int(8) unsigned NULL,
1485  PRIMARY KEY hthread_id_revision (hthread_id, hthread_revision)
1486) TYPE=InnoDB;
1487
1488
1489-- Table structure for table `{omcollab_db_table_prefix}user_message_state`
1490--
1491
1492DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_message_state`;
1493
1494CREATE TABLE `{omcollab_db_table_prefix}user_message_state` (
1495  ums_user int unsigned NOT NULL,
1496  ums_thread int(8) unsigned NOT NULL,
1497  ums_read_timestamp varbinary(14),
1498 
1499  PRIMARY KEY (ums_user, ums_thread)
1500) TYPE=InnoDB;
1501
1502
1503--
1504-- verion 1.010.0
1505--
1506
1507-- create new fields
1508
1509alter table `{omcollab_db_table_prefix}user_profile` add `up_summary` text NULL;
1510alter table `{omcollab_db_table_prefix}user_profile` add `up_industries` text NULL;
1511alter table `{omcollab_db_table_prefix}user_profile` add `up_skills` text NULL;
1512alter table `{omcollab_db_table_prefix}user_profile` add `up_roles` text NULL;
1513alter table `{omcollab_db_table_prefix}user_profile` add `up_vendors` text NULL;
1514
1515
1516-- move data
1517
1518-- drop old fileds
1519
1520alter table `{omcollab_db_table_prefix}user_profile` drop `up_movies`;
1521alter table `{omcollab_db_table_prefix}user_profile` drop `up_books`;
1522alter table `{omcollab_db_table_prefix}user_profile` drop `up_magazines`;
1523alter table `{omcollab_db_table_prefix}user_profile` drop `up_music`;
1524alter table `{omcollab_db_table_prefix}user_profile` drop `up_tv`;
1525alter table `{omcollab_db_table_prefix}user_profile` drop `up_drinks`;
1526alter table `{omcollab_db_table_prefix}user_profile` drop `up_snacks`;
1527alter table `{omcollab_db_table_prefix}user_profile` drop `up_video_games`;
1528alter table `{omcollab_db_table_prefix}user_profile` drop `up_interests`;
1529alter table `{omcollab_db_table_prefix}user_profile` drop `up_quotes`;
1530
1531
1532-- skill initial data
1533DROP TABLE IF EXISTS `{omcollab_db_table_prefix}skills`;
1534CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}skills` (
1535  `s_id` int(11) NOT NULL AUTO_INCREMENT,
1536  `s_description` varchar(255) DEFAULT NULL,
1537  `s_type` varchar(255) DEFAULT NULL,
1538  PRIMARY KEY (`s_id`),
1539  KEY `s_description_type` (`s_description`,`s_type`)
1540) TYPE=InnoDB AUTO_INCREMENT=30 ;
1541
1542-- user skill rate
1543DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_skill`;
1544CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}user_skill` (
1545  `us_id` int(11) NOT NULL AUTO_INCREMENT,
1546  `user_id` int(10) unsigned NOT NULL,
1547  `us_rated_by` int(10) unsigned NOT NULL,
1548  `s_id` varchar(255) DEFAULT NULL,
1549  `us_level` int(10) unsigned NOT NULL default '0',
1550  `us_rated_on` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
1551   PRIMARY KEY `us_id` (`us_id`),
1552   UNIQUE KEY `us_fk`(`s_id`,`user_id`,`us_rated_by`)
1553) TYPE=InnoDB;
1554
1555--
1556-- Dumping data for table `{omcollab_db_table_prefix}`
1557--
1558
1559INSERT INTO `{omcollab_db_table_prefix}skills` (`s_id`, `s_description`,`s_type`) VALUES
1560(1,'energy','industry'),
1561(2,'oil and gas','industry'),
1562(3,'utilities','industry'),
1563(4,'automotive','industry'),
1564(5,'aerospace','industry'),
1565(6,'telecommunications','industry'),
1566(7,'media','industry'),
1567(8,'consumer markets','industry'),
1568(9,'high tech','industry'),
1569(10,'industrial','industry'),
1570(11,'medical devices','industry'),
1571(12,'pharmaceuticals','industry'),
1572(13,'banking','industry'),
1573(14,'insurance','industry'),
1574(15,'global markets','industry'),
1575(16,'financial services','industry'),
1576(17,'central/federal government','industry'),
1577(18,'defense','industry'),
1578(19,'education','industry'),
1579(20,'emerging markets','industry'),
1580(21,'heath','industry'),
1581(22,'state/local/provincial government','industry'),
1582(23,'im quickscan','skill'),
1583(24,'rational requisite pro','skill'),
1584(25,'actuate','skill'),
1585(26,'arcplan','skill'),
1586(27,'sap bex','skill'),
1587(28,'business objects','skill'),
1588(29,'clarity','skill'),
1589(30,'cognos framework manager','skill'),
1590(31,'composite','skill'),
1591(32,'crystal reports','skill'),
1592(33,'fast radar','skill'),
1593(34,' hyperion  bi','skill'),
1594(35,'webfocus','skill'),
1595(36,'jaspersoft','skill'),
1596(37,'kalido bi','skill'),
1597(38,'oracle biee','skill'),
1598(39,'oracle discoverer','skill'),
1599(40,'panorama','skill'),
1600(41,'pentaho','skill'),
1601(42,'peoplesoft epm','skill'),
1602(43,'qlikview','skill'),
1603(44,'sap bi','skill'),
1604(45,'sas','skill'),
1605(46,'spss','skill'),
1606(47,'tableau','skill'),
1607(48,'tibco','skill'),
1608(49,'spotfire','skill'),
1609(50,'xcelsius bi','skill'),
1610(51,'hyperion financial manager','skill'),
1611(52,'oracle financials','skill'),
1612(53,'sap sem','skill'),
1613(54,'data modelling','skill'),
1614(55,'dbdesigner','skill'),
1615(56,'data modeling erwin','skill'),
1616(57,'ibm rational data architect','skill'),
1617(58,'ibm rational rose data modeler','skill'),
1618(59,'oracle designer','skill'),
1619(60,'data modeling - acxiom','skill'),
1620(61,'ibm infosphere','skill'),
1621(62,'informatica dq','skill'),
1622(63,'sas dataflux dq','skill'),
1623(64,'sap business objects dq','skill'),
1624(65,'teradata db','skill'),
1625(66,'db2/udb db','skill'),
1626(67,'mysql db','skill'),
1627(68,'oracle db','skill'),
1628(69,'paraccel db','skill'),
1629(70,'sql server db','skill'),
1630(71,'sybase db','skill'),
1631(72,'data warehouse appliances','skill'),
1632(73,'aster data db','skill'),
1633(74,'dataupia','skill'),
1634(75,'exadata','skill'),
1635(76,'greenplum','skill'),
1636(77,'neoview','skill'),
1637(78,'infobright','skill'),
1638(79,'kognitio','skill'),
1639(80,'netezza','skill'),
1640(81,'vertica','skill'),
1641(82,'etl','skill'),
1642(83,'data junction etl','skill'),
1643(84,'ibm etl','skill'),
1644(85,'informatica etl','skill'),
1645(86,'ibm datastage etl','skill'),
1646(87,'informatica powercenter','skill'),
1647(88,'oracle warehouse builder','skill'),
1648(89,'sap business objects ','skill'),
1649(90,'sql server integration services','skill'),
1650(91,'talend etl','skill'),
1651(92,'delta data etl','skill'),
1652(93,'hyperion mdm','skill'),
1653(94,'ibm infosphere','skill'),
1654(95,'initiatiate mdm','skill'),
1655(96,'kalido mdm','skill'),
1656(97,'microsoft strature mdm','skill'),
1657(98,'sap mdm','skill'),
1658(99,'siperian mdm','skill'),
1659(100,'google search appliance','skill'),
1660(101,'ibm/omnifind and uima','skill'),
1661(102,'lucene','skill'),
1662(103,'netapp','skill'),
1663(104,'voltage','skill'),
1664(105,'search','skill'),
1665(106,'data quality','skill'),
1666(107,'data profiling','skill'),
1667(108,'data re-enginnering','skill'),
1668(109,'web content management','skill'),
1669(110,'master data management','skill'),
1670(111,'data integration','skill'),
1671(112,'performance management','skill'),
1672(113,'business intelligence','skill'),
1673(114,'predictive analytics','skill'),
1674(115,'information lifecycle management','skill'),
1675(116,'information security','skill'),
1676(117,'data warehousing','skill'),
1677(118,'master data management','skill'),
1678(119,'enterprise 2.0','skill'),
1679(120,'agile development','skill'),
1680(121,'it transformation','skill'),
1681(122,'information sharing','skill'),
1682(123,'information governance','skill'),
1683(124,'collaboration','skill'),
1684(125,'business architect','role'),
1685(126,'chief architect','role'),
1686(127,'data steward','role'),
1687(128,'etl developer','role'),
1688(129,'development lead','role'),
1689(130,'information architect','role'),
1690(131,'infrastructure architect','role'),
1691(132,'metadata development manager','role'),
1692(133,'data modeller','role'),
1693(134,'program manager','role'),
1694(135,'solution architect','role'),
1695(136,'xbr process manager','role'),
1696(137,'web developer','role'),
1697(138,'tester','role'),
1698(139,'requirements analyst','role'),
1699(140,'quality manager','role'),
1700(141,'project leader','role'),
1701(142,'talend','vendor'),
1702(143,'sun','vendor'),
1703(144,'documentum','vendor'),
1704(145,'sas','vendor'),
1705(146,'spss','vendor'),
1706(147,'tableau','vendor'),
1707(148,'tibco','vendor'),
1708(149,'spotfire','vendor'),
1709(150,'trillium ','vendor'),
1710(151,'teradata','vendor'),
1711(152,'ab initio','vendor'),
1712(153,'filenet','vendor'),
1713(154,'interwoven','vendor'),
1714(155,'knowlegetree','vendor'),
1715(156,'nuxeo','vendor'),
1716(157,'opentext','vendor'),
1717(158,'oracle/stellent','vendor'),
1718(159,'vignette','vendor'),
1719(160,'autonomy','vendor'),
1720(161,'bea','vendor');
1721
1722
1723-- #ticket 72
1724
1725
1726-- --------------------------------------------------------
1727
1728--
1729-- Table structure for table `{omcollab_db_table_prefix}omcollab_portlets`
1730--
1731
1732DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_portlets`;
1733CREATE TABLE `{omcollab_db_table_prefix}omcollab_portlets` (
1734  `name` varchar(100) NOT NULL COMMENT 'portlet identity',
1735  `url` varchar(255) NOT NULL COMMENT 'url of this portlet',
1736  `title` varchar(255) NOT NULL COMMENT 'title of this portlet',
1737  `color` varchar(10) NOT NULL COMMENT 'optional color definition for title bar',
1738  PRIMARY KEY (`name`)
1739) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Portlet Definitions';
1740
1741--
1742-- Dumping data for table `{omcollab_db_table_prefix}omcollab_portlets`
1743--
1744
1745INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1746('activity', 'home/portlets/activity/Portlet.php', 'Recent Activity', 'green'),
1747('community_chart', 'home/portlets/community_chart/Portlet.php', 'Community Chart', 'blue'),
1748('profile', 'home/portlets/profile/Portlet.php', 'Profile', 'red'),
1749('welcome', 'home/portlets/welcome/Portlet.php', 'Welcome', 'yellow'),
1750('shortcut', 'home/portlets/shortcut/Portlet.php', 'Shortcut', 'yellow');
1751
1752-- --------------------------------------------------------
1753
1754--
1755-- Table structure for table `{omcollab_db_table_prefix}omcollab_layout`
1756--
1757DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_layout`;
1758CREATE TABLE `{omcollab_db_table_prefix}omcollab_layout` (
1759  `user_id` int(10) NOT NULL,
1760  `portlet_name` varchar(100) NOT NULL COMMENT 'id of the portlet',
1761  `col` varchar(10) NOT NULL COMMENT 'column it belongs to',
1762  `seq` int(11) NOT NULL,
1763  `tab` varchar(100) NOT NULL COMMENT 'tab it belongs to',
1764  PRIMARY KEY (`user_id`,`portlet_name`)
1765) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT='Layout Definitions for each tab';
1766
1767--
1768-- Dumping data for table `{omcollab_db_table_prefix}omcollab_layout`
1769--
1770
1771INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1772(0, 'profile', 'c1', 1, 'tab_home'),
1773(0, 'shortcut', 'c1', 2, 'tab_home'),
1774(0, 'member', 'c1', 3, 'tab_home'),
1775(0, 'subscription', 'c1', 4, 'tab_home'),
1776(0, 'welcome', 'c2', 5, 'tab_home'),
1777(0, 'article', 'c2', 6, 'tab_home'),
1778(0, 'team', 'c2', 7, 'tab_home'),
1779(0, 'activity', 'c3', 8, 'tab_home'),
1780(0, 'contributor', 'c3', 9, 'tab_home'),
1781(0, 'skill', 'c3', 10, 'tab_home'),
1782(0, 'community_chart', 'c3', 11, 'tab_home');
1783
1784-- 1.100.5
1785
1786INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1787('contributor', 'home/portlets/contributor/Portlet.php', 'Contributor of the week', 'blue'),
1788('skill', 'home/portlets/skill/Portlet.php', 'Community Skills', 'red');
1789
1790INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1791(0, 'contributor', 'c2', 6, 'tab_home'),
1792(1, 'contributor', 'c2', 6, 'undefined'),
1793(0, 'skill', 'c2', 7, 'tab_home'),
1794(1, 'skill', 'c2', 7, 'undefined');
1795
1796
1797--
1798-- Table structure for table `om_omcollab_showcase`
1799--
1800DROP TABLE IF EXISTS `{omcollab_db_table_prefix}omcollab_showcase`;
1801CREATE TABLE IF NOT EXISTS `{omcollab_db_table_prefix}omcollab_showcase` (
1802  `showcase_id` int(10) NOT NULL AUTO_INCREMENT,
1803  `user_name` varchar(255) NOT NULL,
1804  `showcase_begin_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
1805  `showcase_end_time` timestamp NULL DEFAULT NULL,
1806  `notes` text,
1807  PRIMARY KEY (`showcase_id`)
1808) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1809
1810
1811-- 1.300.0
1812
1813INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1814('article', 'home/portlets/article/Portlet.php', 'Featured Article', 'blue');
1815
1816INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1817(0, 'article', 'c3', 8, 'tab_home'),
1818(1, 'article', 'c3', 8, 'undefined');
1819
1820INSERT INTO `{omcollab_db_table_prefix}omcollab_portlets` (`name`, `url`, `title`, `color`) VALUES
1821('subscription', 'home/portlets/subscribe/Portlet.php', 'Subscription', 'blue');
1822
1823INSERT INTO `{omcollab_db_table_prefix}omcollab_layout` (`user_id`, `portlet_name`, `col`, `seq`, `tab`) VALUES
1824(0, 'subscription', 'c10', 10, 'tab_home');
1825
1826
1827DROP TABLE IF EXISTS `{omcollab_db_table_prefix}team`;
1828CREATE TABLE  `{omcollab_db_table_prefix}team` (
1829  `team_id` int(10) unsigned NOT NULL auto_increment,
1830  `team_name` varchar(100) NOT NULL,
1831  `team_desc` varchar(500) default NULL,
1832  `team_leader` int(10) unsigned NOT NULL,
1833  `create_date` timestamp NOT NULL default CURRENT_TIMESTAMP,
1834  `is_active` tinyint(3) unsigned NOT NULL default '1',
1835  `total_member` int(10) unsigned default NULL,
1836  `total_bonus` int(10) unsigned default NULL,
1837  PRIMARY KEY  (`team_id`)
1838) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1839
1840
1841
1842DROP TABLE IF EXISTS `{omcollab_db_table_prefix}team_request`;
1843CREATE TABLE  `{omcollab_db_table_prefix}team_request` (
1844  `id` int(10) unsigned NOT NULL auto_increment,
1845  `user_id` int(10) unsigned NOT NULL,
1846  `team_id` int(10) unsigned NOT NULL,
1847  `msg` varchar(500) NOT NULL,
1848  `request_status` smallint(5) unsigned NOT NULL default '0' COMMENT '0:new;1:approved;2:rejected',
1849  `request_type` smallint(5) unsigned NOT NULL COMMENT '0:apply to join;1:invite to join',
1850  `is_active` smallint(5) unsigned NOT NULL default '1' COMMENT '0:deleted;1:active',
1851  `request_date` datetime NOT NULL,
1852  `to_user_id` int(10) unsigned default NULL,
1853  PRIMARY KEY  (`id`)
1854) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1855
1856DROP TABLE IF EXISTS `{omcollab_db_table_prefix}user_team`;
1857CREATE TABLE  `{omcollab_db_table_prefix}user_team` (
1858  `id` int(10) unsigned NOT NULL auto_increment,
1859  `user_id` int(10) unsigned NOT NULL,
1860  `team_id` int(10) unsigned NOT NULL,
1861  `start_date` date default NULL,
1862  `end_date` date default NULL,
1863  PRIMARY KEY  (`id`)
1864) ENGINE=InnoDB DEFAULT CHARSET=latin1;
Note: See TracBrowser for help on using the repository browser.