]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Additional fix for bug 619016: The FK adding/removing code for SQLite didn't
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 15 Dec 2010 22:48:38 +0000 (14:48 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 15 Dec 2010 22:48:38 +0000 (14:48 -0800)
commita9ac19221fff5b1af712818377d87364dbd6f94b
tree8be182be251221c5e5106b531a1dc0e10f9231a7
parent7f88ec54cad2eb52f670381c69909f07174f2071
Additional fix for bug 619016: The FK adding/removing code for SQLite didn't
work when it was modifying tables to have their first FK or removing all
the FKs on a table.
r=mkanat, a=mkanat (module owner)
Bugzilla/DB/Schema/Sqlite.pm