mirror of https://gitlab.com/pamhyr/pamhyr2
Pollutant: quickfix, back to previous version
parent
1d1a00a0ff
commit
83680bbe57
|
|
@ -374,10 +374,6 @@ class Pollutants(SQLSubModel):
|
|||
cls._db_create(execute)
|
||||
created = True
|
||||
|
||||
if major == "0" and int(minor) < 2:
|
||||
if not created:
|
||||
cls._db_update_to_0_2_0(execute, data)
|
||||
|
||||
if major == "0" and minor == "2":
|
||||
if int(release) < 5:
|
||||
execute(f"ALTER TABLE pollutants " +
|
||||
|
|
|
|||
Loading…
Reference in New Issue