1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 12:43:28 +02:00

Rename column for consistency

This commit is contained in:
Toby Zerner
2015-09-22 16:54:32 +09:30
parent efca923d30
commit 8937050aed
3 changed files with 37 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422))
- More compact post layout, with all controls grouped over to the right.
- Rename `notification_read_time` column in discussions table to `notifications_read_time`.
### Fixed
- Output forum description in meta description tag. ([#506](https://github.com/flarum/core/issues/506))