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