X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F13db2_common.t;h=4cbb7fd38d03f45fc3b6ec0fa54a7f0caf6fd67b;hb=8c41c3ce6f1db7b202d3465f84e0ba3e4d55e820;hp=6a7f17c9e7a39084a814173e9e40c0fe914ae9df;hpb=8a64178e0a39f2deffb204b54c4955e9c306f3be;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/13db2_common.t b/t/13db2_common.t index 6a7f17c..4cbb7fd 100644 --- a/t/13db2_common.t +++ b/t/13db2_common.t @@ -14,7 +14,7 @@ my $tester = dbixcsl_common_tests->new( password => $password, null => '', data_types => { - 'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'CURRENT_TIMESTAMP' } + 'timestamp DEFAULT CURRENT TIMESTAMP' => { data_type => 'timestamp', default_value => \'current_timestamp' } }, );