mirror of https://gitlab.com/pamhyr/pamhyr2
HydraulicStructure: Fix db export.
parent
d73e901a96
commit
5ab06dbe51
|
|
@ -149,7 +149,7 @@ class HydraulicStructure(SQLSubModel):
|
||||||
"VALUES (" +
|
"VALUES (" +
|
||||||
f"{self.id}, '{self._db_format(self._name)}', " +
|
f"{self.id}, '{self._db_format(self._name)}', " +
|
||||||
f"{self._db_format(self.enabled)}, " +
|
f"{self._db_format(self.enabled)}, " +
|
||||||
f"{self.input_kp}, {self.input_kp}, " +
|
f"{self.input_kp}, {self.output_kp}, " +
|
||||||
f"{input_reach_id}, {output_reach_id}" +
|
f"{input_reach_id}, {output_reach_id}" +
|
||||||
")"
|
")"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue