[pLog-svn] r2455 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Sep 9 12:14:30 GMT 2005


Author: oscar
Date: 2005-09-09 12:14:29 +0000 (Fri, 09 Sep 2005)
New Revision: 2455

Modified:
   plog/trunk/wizard.php
Log:
forgot one field...


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-09-08 19:59:08 UTC (rev 2454)
+++ plog/trunk/wizard.php	2005-09-09 12:14:29 UTC (rev 2455)
@@ -89,6 +89,7 @@
   num_nonspam_comments int(10) NOT NULL default '0', 
   num_trackbacks int(10) NOT NULL default '0',
   num_nonspam_trackbacks int(10) NOT NULL default '0',
+  global_category_id int(10) NOT NULL default '0',
   PRIMARY KEY (id),
   KEY num_reads (num_reads),
   KEY category_id (category_id),




More information about the pLog-svn mailing list