[chronojump/michrolab] admin (Networks) can use another DB. DB gets updated if needed.
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/michrolab] admin (Networks) can use another DB. DB gets updated if needed.
- Date: Thu, 14 Jul 2022 16:37:54 +0000 (UTC)
commit 23da15879982d0987193ff455bf48bf57c125255
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]