From: Christian Weiske Date: Mon, 14 Dec 2015 06:13:48 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/259.git/commitdiff_plain/21327d3ccc26fe3b071f2345feb43266ec368d98 --- diff --git a/realurl.sql b/realurl.sql new file mode 100644 index 0000000..6911643 --- /dev/null +++ b/realurl.sql @@ -0,0 +1,5 @@ +SET foreign_key_checks = 0; +TRUNCATE TABLE `tx_realurl_chashcache`; +TRUNCATE TABLE `tx_realurl_pathcache`; +TRUNCATE TABLE `tx_realurl_urldecodecache`; +TRUNCATE TABLE `tx_realurl_urlencodecache`;