killbill-uncached

Details

diff --git a/account/src/main/resources/org/killbill/billing/account/migration/V20160822115745__account_notes.sql b/account/src/main/resources/org/killbill/billing/account/migration/V20160822115745__account_notes.sql
index 44f965a..3941016 100644
--- a/account/src/main/resources/org/killbill/billing/account/migration/V20160822115745__account_notes.sql
+++ b/account/src/main/resources/org/killbill/billing/account/migration/V20160822115745__account_notes.sql
@@ -1 +1,2 @@
-alter table accounts add column notes varchar(4096) DEFAULT NULL after phone;
\ No newline at end of file
+alter table accounts add column notes varchar(4096) DEFAULT NULL after phone;
+alter table account_history add column notes varchar(4096) DEFAULT NULL after phone;
\ No newline at end of file