https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38489
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187081|0 |1 is obsolete| | --- Comment #42 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 187149 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187149&action=edit Bug 38489: Add file_transport_id to vendor_edi_accounts and migrate to new transport system This patch adds database migration to move EDI transport configurations from vendor_edi_accounts to the new file_transports system introduced in Bug 39190. Changes: - Add file_transport_id column to vendor_edi_accounts with foreign key - Add 'local' transport type to file_transports enum - Remove old transport fields from vendor_edi_accounts in kohastructure - Migration script converts existing EDI configurations to file transports - Handles FILE -> local transport type conversion Sponsored-by: ByWater Solutions Signed-off-by: Hannah Dunne-Howrie <[email protected]> -- 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/
