framework/extensions/likes/migrations
Franz Liedke 732432d00b 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:04:26 +01:00
..
2015_05_11_000000_create_posts_likes_table.php Apply fixes from StyleCI 2016-11-29 05:29:40 +00:00
2015_09_04_000000_add_default_like_permissions.php Update for beta 8 (#12) 2017-09-01 16:37:48 +09:30
2018_06_27_100600_rename_posts_likes_to_post_likes.php Database changes (#16) 2018-09-16 20:49:51 +02:00
2018_06_27_100700_change_post_likes_add_foreign_keys.php Migrations: Fix dropping foreign keys 2018-11-30 14:04:26 +01:00