Changeset 2448 for trunk/install


Ignore:
Timestamp:
Jul 22, 2008, 12:32:25 PM (16 years ago)
Author:
rvelices
Message:
  • add #user_cache.cache_update_time - useful for plugins or the filter when it is not possible/desirable to cache/calculate data specific to the user when pwg core does it; note that this opens the possibility to implement a data cache (file/shared mem/ etc...) for every user (for very large databases)
Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 local
        2 gal2
        3 feed.xml
        4 testmail
        5 phpmv2
        61map.php
        72upgrade65.log
        8 fstats
        93_data
  • trunk/install/piwigo_structure.sql

    r2339 r2448  
    321321  `user_id` smallint(5) NOT NULL default '0',
    322322  `need_update` enum('true','false') NOT NULL default 'true',
     323  `cache_update_time` integer unsigned NOT NULL default 0,
    323324  `forbidden_categories` mediumtext,
    324325  `nb_total_images` mediumint(8) unsigned default NULL,
Note: See TracChangeset for help on using the changeset viewer.