[pLog-svn] r2372 - plog/branches/plog-1.1-daochanges

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Jul 27 21:55:19 GMT 2005


Author: oscar
Date: 2005-07-27 21:55:18 +0000 (Wed, 27 Jul 2005)
New Revision: 2372

Modified:
   plog/branches/plog-1.1-daochanges/wizard.php
Log:
this version of the wizard should include all the new fields necessary to run this branch.


Modified: plog/branches/plog-1.1-daochanges/wizard.php
===================================================================
--- plog/branches/plog-1.1-daochanges/wizard.php	2005-07-27 21:47:23 UTC (rev 2371)
+++ plog/branches/plog-1.1-daochanges/wizard.php	2005-07-27 21:55:18 UTC (rev 2372)
@@ -86,7 +86,9 @@
   properties TEXT NOT NULL default '',
   slug varchar(255) NOT NULL,
   num_comments int(10) NOT NULL default '0', 
-  num_nospam_comments int(10) NOT NULL default '0', 
+  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',
   PRIMARY KEY (id),
   KEY num_reads (num_reads),
   KEY category_id (category_id),
@@ -171,8 +173,10 @@
   status int(4) NOT NULL default '1',
   show_in_summary int(4) not null default '1',
   create_date TIMESTAMP(14) NOT NULL,
-  last_update_date TIMESTAMP(14) NOT NULL,
-  modification_date TIMESTAMP(14) NOT NULL,
+  last_update_date TIMESTAMP(14) NOT NULL,
+  num_posts int(10) NOT NULL DEFAULT '0',
+  num_comments int(10) NOT NULL DEFAULT '0',
+  num_trackbacks int(10) NOT NULL DEFAULT '0',
   PRIMARY KEY  (id),
   KEY owner_id (owner_id),
   KEY mangled_blog (mangled_blog),
@@ -239,7 +243,8 @@
   about text,
   properties TEXT NOT NULL default '',
   status integer(4) NOT NULL DEFAULT 1,
-  resource_picture_id integer(10) NOT NULL DEFAULT 0,
+  resource_picture_id integer(10) NOT NULL DEFAULT 0,
+  site_admin int(10) NOT NULL default '0',
   PRIMARY KEY  (id),
   UNIQUE KEY user (user)
 ) TYPE=MyISAM;";




More information about the pLog-svn mailing list