Commit 71a8f7bf authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 285551: Schema::Pg should explictly set "timestamp without time zone" and no…

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
parent 53a6fd98
......@@ -60,7 +60,7 @@ sub _initialize {
LONGBLOB => 'bytea',
DATETIME => 'timestamp',
DATETIME => 'timestamp(0) without time zone',
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment