[Easymod-cvs] easymod/install/schemas easymod_mysql.sql,1.3,1.4
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2006-01-09 00:38:48
|
Update of /cvsroot/easymod/easymod/install/schemas In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13373/schemas Modified Files: easymod_mysql.sql Log Message: - XML parsers history now - probably some other changes in there, its been a while I can't remember what all I have done Index: easymod_mysql.sql =================================================================== RCS file: /cvsroot/easymod/easymod/install/schemas/easymod_mysql.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** easymod_mysql.sql 24 Dec 2005 03:35:59 -0000 1.3 --- easymod_mysql.sql 9 Jan 2006 00:38:39 -0000 1.4 *************** *** 4,12 **** ALTER TABLE `phpbb_sessions` ADD `session_em` TINYINT(1) DEFAULT '0' NOT NULL; - INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('em_extensions', ''); - INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('em_mod_dir', 'mods/'); - INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('em_url', 'http://area51.phpbb.com'); - - CREATE TABLE `phpbb_em_mods` ( `mod_id` mediumint(8) NOT NULL auto_increment, --- 4,7 ---- |