v0.17.7

bigcapitalhq/bigcapitalv0.17.7Jul 4, 2024by abouolia

AI Summary

This update fixes a database schema issue where the value column in settings was using the wrong data type. This ensures settings can store longer text values correctly.

Key Highlights

  • Fixed settings table data type for the value column
  • Database stability improvements

Full Release Notes

## What's Changed
* fix: alter value column of the settings table to text instead of string by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/519


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.17.6...v0.17.7