DoubleEntry v2.0.0.beta2 Release Notes

Release Date: 2019-01-27 // about 5 years ago
  • ✂ Removed

    If this module is in use in your project add the double_entry-reporting gem and checkout the changelog for more updates.

    If not in use, one can delete the double_entry_line_aggregates table using the following migration:

    ```ruby
    drop_table :double_entry_line_aggregates
    ```