]> ruin.nu Git - ndwebbie.git/commitdiff
Population in dev scans
authorMichael Andreen <harv@ruin.nu>
Sat, 2 Sep 2017 12:09:45 +0000 (14:09 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 2 Sep 2017 12:09:45 +0000 (14:09 +0200)
scripts/scans.pl

index bda5b8ee2e438816dc76d54c4e239ec26ef4f865..40957a77f7eb8555d342854680f4920b8b96568e 100755 (executable)
@@ -146,8 +146,8 @@ sub parse_jumpgate {
 my $adddevscan = $dbh->prepare(q{INSERT INTO development_scans
        (id,tick,pid,light_fac,medium_fac,heavy_fac,amps,distorters
                ,metal_ref,crystal_ref,eonium_ref,reslabs,fincents,milcents,seccents,structdefs
 my $adddevscan = $dbh->prepare(q{INSERT INTO development_scans
        (id,tick,pid,light_fac,medium_fac,heavy_fac,amps,distorters
                ,metal_ref,crystal_ref,eonium_ref,reslabs,fincents,milcents,seccents,structdefs
-               ,travel,infra,hulls,waves,extraction,covert,mining,total)
-       VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
+               ,travel,infra,hulls,waves,extraction,covert,mining,population,total)
+       VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
        });
 
 
        });