mirror of https://gitlab.com/pamhyr/pamhyr2
Pollutant: Fix db create.
parent
bdf9264963
commit
bd1edbaf30
|
|
@ -319,7 +319,10 @@ class Pollutants(SQLSubModel):
|
|||
)
|
||||
""")
|
||||
|
||||
return True
|
||||
if ext != "":
|
||||
return True
|
||||
|
||||
return cls._create_submodel(execute)
|
||||
|
||||
@classmethod
|
||||
def _db_update(cls, execute, version, data=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue