correction erreur identifiant bdd

dev_dylan
Dylan Jeannin 2026-04-08 14:33:02 +02:00
parent ab2f775b95
commit 4f6e8249e0
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ class LateralContributionAdisTS(SQLSubModel):
execute(
"INSERT INTO " +
"lateral_contribution_adists(id, deleted," +
"lateral_contribution_adists(pamhyr_id, deleted," +
"pollutant, reach, begin_rk, end_rk, scenario) " +
"VALUES (" +
f"{self.id}, {self._db_format(self.is_deleted())}, " +