diff --git a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Pg.pm b/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Pg.pm index 51caf02a31e..23806aed17a 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Pg.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/DB/Schema/Pg.pm @@ -60,7 +60,7 @@ sub _initialize { LONGBLOB => 'bytea', - DATETIME => 'timestamp', + DATETIME => 'timestamp(0) without time zone', };