X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEventTZPg.pm;h=521a9c42ce1f773f11c64bf9d2b73073b0812f41;hb=123df5269e2a19f93ff072bbf92832fb23d19f4c;hp=444fe6980456e08015007020cdfd1c6f9e5f00a7;hpb=65b386dfedd73d8b6e98d2f52039280fc63a8e7d;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/EventTZPg.pm b/t/lib/DBICTest/Schema/EventTZPg.pm index 444fe69..521a9c4 100644 --- a/t/lib/DBICTest/Schema/EventTZPg.pm +++ b/t/lib/DBICTest/Schema/EventTZPg.pm @@ -22,4 +22,9 @@ sub _datetime_parser { DateTime::Format::Pg->new(); } +# this is for a reentrancy test, the duplication from above is intentional +__PACKAGE__->add_columns( + ts_without_tz => { data_type => 'timestamp without time zone', inflate_datetime => 1 }, +); + 1;