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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Jul 28 20:51:27 GMT 2005


Author: oscar
Date: 2005-07-28 20:51:27 +0000 (Thu, 28 Jul 2005)
New Revision: 2376

Modified:
   plog/branches/plog-1.1-daochanges/wizard.php
Log:
another de-normalized field for albums


Modified: plog/branches/plog-1.1-daochanges/wizard.php
===================================================================
--- plog/branches/plog-1.1-daochanges/wizard.php	2005-07-28 20:38:13 UTC (rev 2375)
+++ plog/branches/plog-1.1-daochanges/wizard.php	2005-07-28 20:51:27 UTC (rev 2376)
@@ -334,7 +334,8 @@
    normalized_description text NOT NULL default '',
    normalized_name varchar(255) NOT NULL default '',
    mangled_name varchar(255) NOT NULL default '',
-   num_resources int(10) NOT NULL default '0',
+   num_resources int(10) NOT NULL default '0',
+   num_children int(10) NOT NULL default '0',
    PRIMARY KEY  (id),
    KEY parent_id (parent_id),
    KEY owner_id (owner_id),




More information about the pLog-svn mailing list