Bug 285551: Schema::Pg should explictly set "timestamp without time zone" and no fractions of seconds

Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@170503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%kerio.com 2005-03-10 07:31:59 +00:00
parent aed7bf8ea4
commit c35eb94cec

View File

@ -60,7 +60,7 @@ sub _initialize {
LONGBLOB => 'bytea',
DATETIME => 'timestamp',
DATETIME => 'timestamp(0) without time zone',
};