X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;fp=t%2F46xml-to-pg.t;h=dcdb01f0594f93c06483ea10e24df75689e4d77b;hb=ad2587769ab392b8916e17bf9b3afb3e2efdfe99;hp=3df784951a4d6e363b49718b782a536dcb5fbb5e;hpb=9f25d3c5fe3f5cda250c6cc7c8eaeb271d3810ca;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index 3df7849..dcdb01f 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -45,7 +45,7 @@ CREATE TABLE "Basic" ( -- Hello emptytagdef "emptytagdef" character varying DEFAULT '', "another_id" integer DEFAULT '2', - "timest" timestamp(0), + "timest" timestamp, PRIMARY KEY ("id"), CONSTRAINT "emailuniqueindex" UNIQUE ("email") );