[pLog-svn] r3136 - plog/trunk/install
    jondaley at devel.lifetype.net 
    jondaley at devel.lifetype.net
       
    Mon Mar 27 03:55:05 GMT 2006
    
    
  
Author: jondaley
Date: 2006-03-27 03:55:04 +0000 (Mon, 27 Mar 2006)
New Revision: 3136
Modified:
   plog/trunk/install/dbschemas.properties.php
Log:
new column for custom domain stuff
Modified: plog/trunk/install/dbschemas.properties.php
===================================================================
--- plog/trunk/install/dbschemas.properties.php	2006-03-27 03:54:02 UTC (rev 3135)
+++ plog/trunk/install/dbschemas.properties.php	2006-03-27 03:55:04 UTC (rev 3136)
@@ -106,6 +106,7 @@
   num_posts int(10) NOT NULL DEFAULT '0',
   num_comments int(10) NOT NULL DEFAULT '0',
   num_trackbacks int(10) NOT NULL DEFAULT '0',
+  custom_domain varchar(50),
   PRIMARY KEY  (id),
   KEY owner_id (owner_id),
   KEY mangled_blog (mangled_blog),
    
    
More information about the pLog-svn
mailing list