From 7cbb45c5c7320aa6d5ab95ddd96c36c5438b8d05 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 17 Oct 2018 17:44:54 -0400 Subject: [PATCH] 2018-10-17 Patrick Linstruth * Modified rddbconfig(8) to query the user before modifying the DB to the current schema after a DB restore. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index f6e5624f..87171c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17815,3 +17815,6 @@ * Fixed a bug in rivwebcapi's 'RD_ListCartCuts()' and 'RD_ListCartsCuts()' functions that threw a segfault if the WebAPI returned an error response. +2018-10-17 Patrick Linstruth + * Modified rddbconfig(8) to query the user before modifying the + DB to the current schema after a DB restore.