github killbill/killbill killbill-0.20.6
0.20.6

latest releases: killbill-0.24.16, killbill-0.24.15, killbill-0.24.14...
6 years ago

Installation and Upgrade Notes

Highlights:

  • Fix issue with tracking id with voiding an invoice #1086
  • Fix NPE during invoice generation after a billing event was deleted #1084

Behavior Changes

N/A

DB Changes

alter table invoice_tracking_ids add column is_active boolean default true after record_date;
alter table invoice_tracking_ids add column updated_by varchar(50) NOT NULL after created_date;
alter table invoice_tracking_ids add column updated_date datetime NOT NULL DEFAULT '1970-01-01 00:00:00' after updated_by;
create index invoice_tracking_invoice_id_idx on invoice_tracking_ids(invoice_id);

Don't miss a new killbill release

NewReleases is sending notifications on new releases.