Oops, fix bookmark thingy here too
Jess Robinson [Fri, 19 May 2006 13:03:20 +0000 (13:03 +0000)]
t/helperrels/26sqlt.t

index 4ea58ec..230453c 100644 (file)
@@ -77,6 +77,10 @@ my @constraints =
    'selftable' => 'tags', 'foreigntable' => 'cd', 
    'selfcols'  => ['cd'], 'foreigncols' => ['cdid'],
    'needed' => 1, on_delete => '', on_update => ''},
+  {'display' => 'bookmark -> link',
+   'selftable' => 'bookmark', 'foreigntable' => 'link', 
+   'selfcols'  => ['link'], 'foreigncols' => ['id'],
+   'needed' => 1, on_delete => '', on_update => ''},
  );
 
 my $tschema = $translator->schema();