We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5477f38 commit 36b6009Copy full SHA for 36b6009
QTalsim/DB/QTalsim.db
0 Bytes
QTalsim/DB/QTalsim_alt.db
304 KB
QTalsim/qtalsim_sqllite_dialog.py
@@ -162,7 +162,7 @@ def selectDB(self):
162
self.cur.execute(sql_check_version)
163
self.migrationId = self.cur.fetchall()[0][0]
164
165
- if self.migrationId[:8] < '20251201': # Check version of Talsim DB
+ if self.migrationId[:8] < '20250630': # 20251201 Check version of Talsim DB
166
message = f"Talsim DB with date {self.migrationId[:8]} is too old. Please use a more recent version."
167
raise Exception(message)
168
elif self.migrationId[:8] > '20251201':
0 commit comments