framework/extensions/flags
Franz Liedke ae3d1f5f5f 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:12 +01:00
..
js Bundled output for commit 4f79706eaf [skip ci] 2018-11-21 08:20:13 +00:00
less Webpack (#14) 2018-06-20 13:35:25 +09:30
migrations Migrations: Fix dropping foreign keys 2018-11-30 14:04:12 +01:00
src Database changes (#15) 2018-09-16 20:49:41 +02:00
.deploy.enc Fix Travis' deploy key 2018-06-20 14:31:12 +09:30
.editorconfig Initial commit 2015-09-04 13:26:51 +09:30
.gitattributes Webpack (#14) 2018-06-20 13:35:25 +09:30
.gitignore Webpack (#14) 2018-06-20 13:35:25 +09:30
.styleci.yml Update StyleCI rules 2016-11-16 15:46:13 +10:30
.travis.yml Remove sudo: false 2018-11-21 18:57:14 +10:30
composer.json Rename package 2018-10-17 13:44:47 +10:30
extend.php Rename bootstrap.php 2018-09-21 11:46:57 +09:30
LICENSE Remove copyright year from LICENSE 2018-11-21 18:37:20 +10:30