Forum LAMS for Tech-Heads - General Forum: Re: Error deleting


 
Search: 

2: Re: Error deleting
In response to 1 01/31/12 05:52 AM
[ Reply | Forward ]
Hi Glen,

This has been fixed here: http://bugs.lamsfoundation.org/browse/LDEV-2704

You can patch your database by running this:

ALTER TABLE lams_log_event DROP FOREIGN KEY FK_lams_event_log_3;
ALTER TABLE lams_log_event ADD CONSTRAINT FK_lams_event_log_3 FOREIGN KEY (learning_design_id) REFERENCES lams_learning_design (learning_design_id ) ON DELETE CASCADE;

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum