Add foreign key constraint for new bookmark table
Jess Robinson [Sun, 14 May 2006 19:11:48 +0000 (19:11 +0000)]
t/helperrels/26sqlt.t

index 85f1964..171badb 100644 (file)
@@ -77,6 +77,10 @@ my @fk_constraints =
    'selftable' => 'tags', 'foreigntable' => 'cd', 
    'selfcols'  => ['cd'], 'foreigncols' => ['cdid'],
    'needed' => 1, on_delete => 'CASCADE', on_update => 'CASCADE'},
+  {'display' => 'bookmark -> link',
+   'selftable' => 'bookmark', 'foreigntable' => 'link', 
+   'selfcols'  => ['link'], 'foreigncols' => ['id'],
+   'needed' => 1, on_delete => '', on_update => ''},
  );
 
 my @unique_constraints = (