X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbackcompat%2F0.04006%2Flib%2Fdbixcsl_common_tests.pm;h=7e046fcbce2b37f0410550b537e58f5428742cf3;hb=bfb43060510498e0475461550af48f61bd99c981;hp=5dd3ba213e75ba3fad8f4055eb7966a0ec9b2a35;hpb=020f3c3ab66a216064907bfcee815f2d77bbb63f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm b/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm index 5dd3ba2..7e046fc 100644 --- a/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm +++ b/t/backcompat/0.04006/lib/dbixcsl_common_tests.pm @@ -665,7 +665,7 @@ sub create { dat VARCHAR(8), from_id INTEGER, to_id INTEGER, - PRIMARY KEY (id1,id2) + PRIMARY KEY (id1,id2), FOREIGN KEY (from_id) REFERENCES loader_test4 (id), FOREIGN KEY (to_id) REFERENCES loader_test4 (id) ) $self->{innodb}