Commit Graph

7 Commits

Author SHA1 Message Date
a1c3da9f8f Migrations: always pass a schema builder
This removes the funky auto-injection capability from migration
closures. While technically removing a feature, this means we do
not need a fully-wired IoC container e.g. during installation.

Instead, all migration closures simply receive a schema builder
object (which is what most of them were already doing anyway).
2018-06-03 23:13:35 +02:00
e774baf32f Remove execute permissions from php/less files 2018-01-06 11:59:25 +01:00
0b00d56416 Add a new migration helper for adding default permissions 2017-07-22 11:40:06 +09:30
1031826a3d Apply fixes from StyleCI
[ci skip] [skip ci]
2016-11-29 05:03:53 +00:00
f631b98df6 Whoopsie, fix syntax error 2016-03-08 00:05:53 +09:00
01cb5c4478 Add another migration shortcut for defining default settings 2016-03-08 00:02:33 +09:00
db7a03fbe5 Add some handy shortcuts for typical migration tasks
This will make it much easier for extension developers (and also less
error-prone) to create migrations for things like creating tables,
renaming columns and so on...
2016-02-25 00:50:03 +09:00