diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | cpanfile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,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. 3.4.3 2020-09-27T13:53:54Z - Add database migration for change from 3.4.2 @@ -1,5 +1,5 @@ requires 'Carp::Assert'; -requires 'DBD::SQLite'; +requires 'DBD::SQLite', '1.60'; requires 'DBI'; requires 'Date::Parse'; requires 'File::pushd'; |