Simple forum software for building great communities.
Go to file
Franz Liedke c23b7f33eb Migrations: Fix dropping foreign keys
Passing an array to dropForeign does not mean dropping multiple indices,
but rather dropping a key on multiple tables.

Passing a string means that this string will be interpreted as index
name, not as name of the indexed column. Passing an array with one
string is therefore correct, in order to benefit from automatic index
name generation.
2018-11-30 14:02:37 +01:00
framework/core Migrations: Fix dropping foreign keys 2018-11-30 14:02:37 +01:00