1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +02:00

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...
This commit is contained in:
Franz Liedke
2016-02-25 00:50:03 +09:00
parent ad95a44e7d
commit db7a03fbe5
2 changed files with 96 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
"illuminate/config": "5.1.*",
"illuminate/container": "5.1.*",
"illuminate/contracts": "5.1.*",
"illuminate/database": "5.1.*",
"illuminate/database": "^5.1.31",
"illuminate/events": "5.1.*",
"illuminate/filesystem": "5.1.*",
"illuminate/hashing": "5.1.*",