- bring prepaid support into this century (close: Bug#1124)
[freeside.git] / FS / bin / freeside-setup
index 5ab6eb9..74aa5e2 100755 (executable)
@@ -890,6 +890,7 @@ sub tables_hash_hack {
         'identifier',  'varchar', '', $char_d,
         'amount',      @money_type,
         'seconds',     'int',     'NULL', '',
+        'agentnum',    'int',     'NULL', '',
       ],
       'primary_key' => 'prepaynum',
       'unique'      => [ ['identifier'] ],