From: Greg Sabino Mullane Date: Sat, 7 Apr 2012 00:22:19 +0000 (-0400) Subject: Postgres uses TIMESTAMPTZ not DATETIME. X-Git-Tag: 1.31.0-rc.0~23993 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=0f5248f661efdf59c8d41c3d19f33d3e66ad06f9;p=lhc%2Fweb%2Fwiklou.git Postgres uses TIMESTAMPTZ not DATETIME. Change-Id: I2cabf801b4e7f0e382fe96f889d95c38fc1e88e3 --- 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. --