- Timestamp:
- 03/29/16 17:34:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/db-update.pl
r772 r822 29 29 # master blocks move to the allocations table 30 30 my $getm = $dbh->prepare("SELECT cidr,ctime,mtime,rwhois FROM masterblocks"); 31 my $insm = $dbh->prepare("INSERT INTO allocations (cidr,type, createstamp,modifystamp,swip,custid) VALUES (?,'mm',?,?,?,?)");31 my $insm = $dbh->prepare("INSERT INTO allocations (cidr,type,vrf,createstamp,modifystamp,swip,custid) VALUES (?,'mm','DEFAULT',?,?,?,?)"); 32 32 33 33 # routed blocks move to the allocations table
Note:
See TracChangeset
for help on using the changeset viewer.