projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f8c3932
)
test update that should have been in the last commit...
Brandon Black [Thu, 12 Oct 2006 14:44:55 +0000 (14:44 +0000)]
t/lib/dbixcsl_common_tests.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/dbixcsl_common_tests.pm
b/t/lib/dbixcsl_common_tests.pm
index
26e106d
..
aa32df0
100644
(file)
--- a/
t/lib/dbixcsl_common_tests.pm
+++ b/
t/lib/dbixcsl_common_tests.pm
@@
-524,7
+524,7
@@
sub create {
id INTEGER NOT NULL PRIMARY KEY,
fkid INTEGER NOT NULL,
dat VARCHAR(32),
- FOREIGN KEY (fkid) REFERENCES loader_test3 (id)
+ FOREIGN KEY( fkid ) REFERENCES loader_test3 (id)
) $self->{innodb}
},