Index: openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl 4 Aug 2005 00:07:14 -0000 1.5 +++ openacs-4/packages/scholarship-fund/tcl/scholarship-funds-install-procs.tcl 6 Aug 2005 13:13:20 -0000 1.6 @@ -48,6 +48,8 @@ -pretty_name "Amount in Fund" \ -pretty_plural "Amount in Fund" \ -column_spec "float" + + db_dml "alter_foreign_key" "alter table scholarship_fund_grants add constraint fund_id_fk foreign key (fund_id) references scholarship_fund (fund_id) on delete cascade" } ad_proc -private sf::install::after_instantiate {