Pollutants: merge conflicts

scenarios
Dylan Jeannin 2026-06-22 10:42:29 +02:00
parent ffd95b9fdf
commit 1d1a00a0ff
1 changed files with 0 additions and 3 deletions

View File

@ -374,7 +374,6 @@ class Pollutants(SQLSubModel):
cls._db_create(execute)
created = True
<<<<<<< HEAD
if major == "0" and int(minor) < 2:
if not created:
cls._db_update_to_0_2_0(execute, data)
@ -387,8 +386,6 @@ class Pollutants(SQLSubModel):
# cls._db_update_to_0_2_5(execute, data)
# # created = True
=======
>>>>>>> origin/scenarios
if not created:
return cls._update_submodel(execute, version, data)