From ff7e0357cd16672b35f720f128940bfaf732bd7a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 14 Oct 2020 14:27:09 +0200 Subject: DB: Remove columns left over by migrations 3/4 It's not super bad that these are there, but they do increase the database size a fair bit considering that they are actually just full of NULL values. Signed-off-by: Florian Pritz --- Changes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index edd7841..e7582ea 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} - Require DBD::SQLite 1.60 or newer to fix issues with schema migration 2 on old systems. + - Reduce database size for databases that contained data from before + migrations 3 and 4. 3.4.3 2020-09-27T13:53:54Z - Add database migration for change from 3.4.2 -- cgit v1.2.3-24-g4f1b