Postgresql has referential integrety checking.
authorDiane Trout <diane@ghic.org>
Thu, 13 Feb 2014 01:27:30 +0000 (17:27 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:27:23 +0000 (16:27 -0700)
So some of my dangling foreign keys caused tests to failed.
I resolved them through a few different ways,
  * adding initial_data to include description tables
  * adding some additional data to the test fixture.
  * renumbering affiliation keys to match my small test list.

I had to reorder the app list because I think there was a dependency
in the wrong order.


No differences found