http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13007

--- Comment #1 from Jonathan Druart <jonathan.dru...@biblibre.com> ---
Created attachment 31924
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31924&action=edit
Bug 13007: Add a foreign key for suggestions.budgetid

The DB field suggestions.budgetid should be linked to
aqbudgets.budget_id.

If the fund is removed, this column should be set to NULL.

Test plan:
0/ Verify it is not possible to create an suggestion not linked to a fund via
the Koha interface.
1/ Using your SQL CLI (or equivalent), create or update 1+ suggestions and
set
"0" in the budgetid field.
2/ Execute the updatedabase script.
3/ Verify that your suggestion is unlinked to the nonexistent fund.
4/ Verify the constraint has correctly been added (show create table
suggestions).

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to