Skip to content

5.12.0

Pre-release
Pre-release

Choose a tag to compare

@pablothedude pablothedude released this 10 Sep 10:06
ff01ed8

We've changed the way how coin entity properties are stored in the database. As of now, they will be stored in a serialized manner, in a single column. This greatly simplifies adding or removing coins in the future, as this no longer requires database schema changes.

Please consult the UPGRADING.md to see how to upgrade to this version without a hassle.

  • Store coin properties in a single column #752