Properly handle foreign keys referencing tables created later on
authorMatthias Schmidt <gravatronics@live.com>
Tue, 13 Apr 2021 14:21:54 +0000 (16:21 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 13 Apr 2021 14:32:48 +0000 (16:32 +0200)
commitdc4b5734056ea938b79ef3a6d396749a04f2484e
tree9f6d3efbf04b1a77ac1f76378bc5ad8bfbeb1d54
parent998e92246df310530c9370bb112b6b5de2e40ff3
Properly handle foreign keys referencing tables created later on

If a foreign key of the first table references a table to be created later on, this foreign key can only be created once the referenced table was created.
wcfsetup/install/files/lib/system/database/table/DatabaseTableChangeProcessor.class.php