From 0f5248f661efdf59c8d41c3d19f33d3e66ad06f9 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 6 Apr 2012 20:22:19 -0400 Subject: [PATCH] Postgres uses TIMESTAMPTZ not DATETIME. Change-Id: I2cabf801b4e7f0e382fe96f889d95c38fc1e88e3 --- maintenance/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 66a1845947..a848bf5eb4 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -25,7 +25,7 @@ -- in early 2002 after a lot of trouble with the fields -- auto-updating. -- --- The Postgres backend uses DATETIME fields for timestamps, +-- The Postgres backend uses TIMESTAMPTZ fields for timestamps, -- and we will migrate the MySQL definitions at some point as -- well. -- -- 2.20.1