dns updates from Erik L: add ttl support, add check for SRV and finish allowing addit...
[freeside.git] / FS / FS / Schema.pm
index cc6438a..459dcab 100644 (file)
@@ -1795,6 +1795,7 @@ sub tables_hashref {
         'recaf',     'char',    '',  2, '', '', 
         'rectype',   'varchar',    '',  5, '', '', 
         'recdata',   'varchar', '',  255, '', '', 
+        'ttl',       'int',     'NULL', '', '', '',
       ],
       'primary_key' => 'recnum',
       'unique'      => [],