fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13689] delete cache on upgrade


From: Sigurd Nes
Subject: [Fmsystem-commits] [13689] delete cache on upgrade
Date: Mon, 03 Aug 2015 09:31:55 +0000

Revision: 13689
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13689
Author:   sigurdne
Date:     2015-08-03 09:31:55 +0000 (Mon, 03 Aug 2015)
Log Message:
-----------
delete cache on upgrade

Modified Paths:
--------------
    trunk/property/setup/tables_update.inc.php

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2015-08-03 09:13:49 UTC (rev 
13688)
+++ trunk/property/setup/tables_update.inc.php  2015-08-03 09:31:55 UTC (rev 
13689)
@@ -8573,6 +8573,8 @@
        {
                $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
 
+               $GLOBALS['phpgw_setup']->oProc->query("DELETE FROM fm_cache");
+
                
$GLOBALS['phpgw_setup']->oProc->DropColumn('fm_responsibility_contact',array(),'ecodimb');
 
                if($GLOBALS['phpgw_setup']->oProc->m_odb->transaction_commit())




reply via email to

[Prev in Thread] Current Thread [Next in Thread]