https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33641
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_24_11_candidate | --- Comment #26 from Katrin Fischer <[email protected]> --- Hm, this needs some more work: ALTER TABLE old_issues ADD COLUMN checkin_library varchar(10) DEFAULT NULL COMMENT 'foreign key, linking to the branches table for the location the item was returned' AFTER returndate There is no FK or link, it's only adding the column. I have adapted the comments accordingly. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
