diff options
author | yvesf <yvesf-git@xapek.org> | 2011-07-17 15:58:59 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-07-17 15:58:59 +0200 |
commit | 314608a4f88b78a84556db9101b004f405534be7 (patch) | |
tree | b4d0c3f1a4dfe721ff5f2c0b30763eeb0246589d /populate_cache.sql | |
parent | cb60101a35df0a462fc54dac56a93353b1359c3b (diff) | |
download | ebus-alt-314608a4f88b78a84556db9101b004f405534be7.tar.gz ebus-alt-314608a4f88b78a84556db9101b004f405534be7.zip |
setze value_cache standardwert auf 20 tage
Diffstat (limited to 'populate_cache.sql')
-rw-r--r-- | populate_cache.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/populate_cache.sql b/populate_cache.sql index f13fa85..f302607 100644 --- a/populate_cache.sql +++ b/populate_cache.sql @@ -28,7 +28,7 @@ BEGIN RAISE NOTICE 'last update=%', last_update; if last_update is NULL then - last_update = now() - interval '3 days'; + last_update = now() - interval '20 days'; RAISE NOTICE 'last update set to %', last_update; end if; |