liquid_feedback_core
changeset 341:607e8f5d66eb
Write "NOW()" as "now()"
| author | jbe | 
|---|---|
| date | Thu Feb 21 16:40:17 2013 +0100 (2013-02-21) | 
| parents | 29163d72fe9a | 
| children | bab555ea2f81 | 
| files | core.sql | 
   line diff
1.1 --- a/core.sql Thu Feb 21 12:38:17 2013 +0100 1.2 +++ b/core.sql Thu Feb 21 16:40:17 2013 +0100 1.3 @@ -276,7 +276,7 @@ 1.4 1.5 1.6 CREATE TABLE "member_count" ( 1.7 - "calculated" TIMESTAMPTZ NOT NULL DEFAULT NOW(), 1.8 + "calculated" TIMESTAMPTZ NOT NULL DEFAULT now(), 1.9 "total_count" INT4 NOT NULL ); 1.10 1.11 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';