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:
@@ -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.*",
|
||||
|
Reference in New Issue
Block a user