mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 06:10:35 +00:00
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
This commit is contained in:
parent
5325e72c91
commit
6c88de1ca2
@ -60,7 +60,7 @@ sub _initialize {
|
||||
|
||||
LONGBLOB => 'bytea',
|
||||
|
||||
DATETIME => 'timestamp',
|
||||
DATETIME => 'timestamp(0) without time zone',
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user