From 4322abb39fe8672ba0179e9a460a73ae65fdfffc Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 22 Jul 2008 10:32:25 +0000 Subject: - 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) git-svn-id: http://piwigo.org/svn/trunk@2448 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/73-database.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 install/db/73-database.php (limited to 'install/db') diff --git a/install/db/73-database.php b/install/db/73-database.php new file mode 100644 index 000000000..c2f43c07d --- /dev/null +++ b/install/db/73-database.php @@ -0,0 +1,46 @@ + -- cgit v1.2.3