[chronojump] admin (Networks) can use another DB. DB gets updated if needed.



commit f3ac112cbf6e129bdc38776c7838a32b83675299
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jun 8 13:13:53 2022 +0200

    admin (Networks) can use another DB. DB gets updated if needed.

 src/gui/networks.cs | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/gui/networks.cs b/src/gui/networks.cs
index f0b85b430..68dc83c64 100644
--- a/src/gui/networks.cs
+++ b/src/gui/networks.cs
@@ -293,6 +293,9 @@ public partial class ChronoJumpWindow
                        Sqlite.SetHome ();
 
                        Sqlite.Connect ();
+
+                       //this updated if needed:
+                       Sqlite.ConvertToLastChronojumpDBVersion ();
                }
 
                configDo();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]