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

Add migration generator

This commit is contained in:
Toby Zerner
2015-09-17 12:16:38 +09:30
parent 974d301bed
commit e038c5c9d9
6 changed files with 336 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- External authentication (social login) API.
- API to set asset compiler filename.
- Migration generator, available via generate:migration console command.
### Changed
- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422))