Commit b20e6cd 1 parent 00f660b commit b20e6cd Copy full SHA for b20e6cd
File tree 1 file changed +2
-2
lines changed
SpiNNaker-allocserv/src/main/java/uk/ac/manchester/spinnaker/alloc/db
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1848,15 +1848,15 @@ public abstract class SQLQueries {
1848
1848
*/
1849
1849
@ Parameter ("nmpi_job_id" )
1850
1850
protected static final String DELETE_NMPI_JOB =
1851
- "DELETE FROM job_nmpi_job WHERE nmpi_job_id = :job_id " ;
1851
+ "DELETE FROM job_nmpi_job WHERE nmpi_job_id = :nmpi_job_id " ;
1852
1852
1853
1853
/**
1854
1854
* Actually delete an NMPI session record.
1855
1855
* Only called by the data tombstone-r.
1856
1856
*/
1857
1857
@ Parameter ("session_id" )
1858
1858
protected static final String DELETE_NMPI_SESSION =
1859
- "DELETE FROM job_nmpi_session WHERE session_id = :job_id " ;
1859
+ "DELETE FROM job_nmpi_session WHERE session_id = :session_id " ;
1860
1860
1861
1861
/**
1862
1862
* Read the blacklisted chips for a board.
You can’t perform that action at this time.
0 commit comments