aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/fk_test_has_fk.yml
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-18 07:52:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-18 07:52:58 +0000
commit03097d3a6047e269641a14f4c93838598011f0b5 (patch)
treea30a49108dfffc631ee4eb652fce7b41bb4b517e /activerecord/test/fixtures/fk_test_has_fk.yml
parentb8c07c0325fdfee701de1a68811c941bced606be (diff)
downloadrails-03097d3a6047e269641a14f4c93838598011f0b5.tar.gz
rails-03097d3a6047e269641a14f4c93838598011f0b5.tar.bz2
rails-03097d3a6047e269641a14f4c93838598011f0b5.zip
Fixed that fixtures were being deleted in the same order as inserts causing FK errors #890 [andrew.john.peters@gmail.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1205 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/fk_test_has_fk.yml')
-rw-r--r--activerecord/test/fixtures/fk_test_has_fk.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/fk_test_has_fk.yml b/activerecord/test/fixtures/fk_test_has_fk.yml
new file mode 100644
index 0000000000..67d914e130
--- /dev/null
+++ b/activerecord/test/fixtures/fk_test_has_fk.yml
@@ -0,0 +1,3 @@
+first:
+ id: 1
+ fk_id: 1