| Make sure we cannot delete files that are still referenced by notes
If constaints on the note table has a different name, access mysql manually though mysql client: mysql -u xplanner -p xplanner
Run 'show create table note'
Change from patch0007_iteration45_47.sql:
Removed following statement from patch0007_iteration45_47.sql:
alter table note add constraint noteAttachment foreign key (attachment_id) references xfile (id);
table person
Foreign Key FK68AF8F596607D1C Reference id <- story.customer_id
Foreign Key FK0015856662D8A5 Reference id <- story.customer_id
Foreign Key FK90D2EE1032DA9A45 Reference id <- notification_receivers.person_id
|