# HG changeset patch # User jbe # Date 1361461217 -3600 # Node ID 607e8f5d66ebcb9cad82038faf44b8e34db9558a # Parent 29163d72fe9a5602007b8bbfa80e19ac9b5ec812 Write "NOW()" as "now()" diff -r 29163d72fe9a -r 607e8f5d66eb core.sql --- a/core.sql Thu Feb 21 12:38:17 2013 +0100 +++ b/core.sql Thu Feb 21 16:40:17 2013 +0100 @@ -276,7 +276,7 @@ CREATE TABLE "member_count" ( - "calculated" TIMESTAMPTZ NOT NULL DEFAULT NOW(), + "calculated" TIMESTAMPTZ NOT NULL DEFAULT now(), "total_count" INT4 NOT NULL ); COMMENT ON TABLE "member_count" IS 'Contains one row which contains the total count of active(!) members and a timestamp indicating when the total member count and area member counts were calculated';