[pLog-svn] r1855 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Apr 17 17:40:46 GMT 2005


Author: oscar
Date: 2005-04-17 17:40:45 +0000 (Sun, 17 Apr 2005)
New Revision: 1855

Modified:
   plog/trunk/wizard.php
Log:
updated the schema of the plog_articles_comments table


Modified: plog/trunk/wizard.php
===================================================================
--- plog/trunk/wizard.php	2005-04-17 17:35:24 UTC (rev 1854)
+++ plog/trunk/wizard.php	2005-04-17 17:40:45 UTC (rev 1855)
@@ -125,6 +125,7 @@
   properties TEXT NOT NULL DEFAULT '',
   normalized_text TEXT NOT NULL DEFAULT '',
   normalized_topic TEXT NOT NULL DEFAULT '',
+  type int(3) NOT NULL DEFAULT '0',
   PRIMARY KEY  (id),
   KEY parent_id (parent_id),
   KEY article_id (article_id),




More information about the pLog-svn mailing list