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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Aug 24 21:15:19 GMT 2005


Author: oscar
Date: 2005-08-24 21:15:19 +0000 (Wed, 24 Aug 2005)
New Revision: 2418

Modified:
   plog/branches/plog-1.1-daochanges/wizard.php
Log:
added one extra field to the gallery_resources table


Modified: plog/branches/plog-1.1-daochanges/wizard.php
===================================================================
--- plog/branches/plog-1.1-daochanges/wizard.php	2005-08-24 21:12:34 UTC (rev 2417)
+++ plog/branches/plog-1.1-daochanges/wizard.php	2005-08-24 21:15:19 UTC (rev 2418)
@@ -307,6 +307,7 @@
    resource_type int(3) default NULL,
    file_path varchar(255) default '',
    file_name varchar(255) default '',
+   file_size int(20) not null default 0,
    metadata text,
    thumbnail_format varchar(4) not null default 'same',
    normalized_description text NOT NULL default '',




More information about the pLog-svn mailing list