Update of /cvsroot/easymod/easymod/install/schemas
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9565/schemas
Modified Files:
easymod_mysql.sql
Log Message:
added install time to MOD table. Prep for uninstall ... still need to decide exactly how to do this
Index: easymod_mysql.sql
===================================================================
RCS file: /cvsroot/easymod/easymod/install/schemas/easymod_mysql.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** easymod_mysql.sql 4 Dec 2005 03:12:30 -0000 1.1
--- easymod_mysql.sql 9 Dec 2005 23:22:37 -0000 1.2
***************
*** 1,3 ****
--- 1,5 ----
+ # $Id$
+
ALTER TABLE `phpbb_sessions` ADD `session_em` TINYINT(1) DEFAULT '0' NOT NULL;
***************
*** 13,16 ****
--- 15,19 ----
`mod_id` mediumint(8) NOT NULL auto_increment,
`mod_file` varchar(255) NOT NULL default '',
+ `mod_install_time` INT(11) NOT NULL
`mod_name` varchar(255) NOT NULL default '',
`mod_version` varchar(100) NOT NULL default '',
|