AdisTS: Minor change.

scenarios
Pierre-Antoine 2026-05-28 17:08:29 +02:00
parent db7aad26fd
commit efa16837d8
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class PollutantCharacteristics(SQLSubModel):
major, minor, release = version.strip().split(".")
if major == "0" and int(minor) < 2:
if cls.is_table_exists(execute, "Pollutants_characteristic"):
if cls.is_table_exists(execute, "Pollutants_characteristics"):
cls._db_update_to_0_2_0(execute, data)
else:
cls._db_create(execute)