summaryrefslogtreecommitdiff
path: root/sources/potlatch/post.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sources/potlatch/post.sql')
-rw-r--r--sources/potlatch/post.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/potlatch/post.sql b/sources/potlatch/post.sql
index 3446d08..1254b89 100644
--- a/sources/potlatch/post.sql
+++ b/sources/potlatch/post.sql
@@ -11,3 +11,5 @@ UPDATE features SET category_name = (SELECT name FROM categories WHERE id=catego
ANALYZE;
+UPDATE source SET update_end=datetime('now');
+