]> git.koha-community.org Git - koha.git/commit
Bug 37000: (follow-up) Add foreign key last
authorEmily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Fri, 7 Jun 2024 20:24:26 +0000 (16:24 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 Jun 2024 15:35:50 +0000 (16:35 +0100)
commit8e788af50b80283dc381777891f7db0a783b0ea3
tree711fc1345cf95c10f8a4bfa0e19213a7c6f51b6c
parent8cedcfd5c86f97e75586870c5e758872f8bc9ba9
Bug 37000: (follow-up) Add foreign key last

Certain configurations of MySQL will not allow a column to be changed
from nullable to non-nullable if the column has a foreign key constraint.
Add the foreign key constraint last to avoid issues from this.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/db_revs/231200044.pl