X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;h=ced163fb0f5a5a4ab03479547b96000f779188ec;hb=5342f5c1a47ee390b226bf3d9b57cdfb8c803b63;hp=0fd269c2a2550628fe0efa2ba76ed508a78d7f24;hpb=7467c458f256ef9d0d7028a0913412a0c854eab8;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index 0fd269c..ced163f 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -58,5 +58,5 @@ CREATE TABLE "Another" ( ); ALTER TABLE "Basic" ADD FOREIGN KEY ("another_id") - REFERENCES "Another" ("id"); + REFERENCES "Another" ("id") DEFERRABLE; SQL