AddFile: Fix version update.

scenarios
Pierre-Antoine Rouby 2024-07-19 16:46:33 +02:00
parent 62a1726ef1
commit f2bc31c97b
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class AddFile(SQLSubModel):
if release < 8:
cls._db_create(execute)
if release < 13:
if 8 < release < 13:
cls._db_update_to_0_0_13(execute)
return True