Index: /trunk/cgi-bin/db-update.pl
===================================================================
--- /trunk/cgi-bin/db-update.pl	(revision 821)
+++ /trunk/cgi-bin/db-update.pl	(revision 822)
@@ -29,5 +29,5 @@
   # master blocks move to the allocations table
   my $getm = $dbh->prepare("SELECT cidr,ctime,mtime,rwhois FROM masterblocks");
-  my $insm = $dbh->prepare("INSERT INTO allocations (cidr,type,createstamp,modifystamp,swip,custid) VALUES (?,'mm',?,?,?,?)");
+  my $insm = $dbh->prepare("INSERT INTO allocations (cidr,type,vrf,createstamp,modifystamp,swip,custid) VALUES (?,'mm','DEFAULT',?,?,?,?)");
 
   # routed blocks move to the allocations table
