-- Add Quote to termcond.tableclass enum (MySQL)
ALTER TABLE `termcond`
MODIFY `tableclass` ENUM(
  'Subscriber',
  'Pobox',
  'Guide',
  'Quote',
  'Bill',
  'Receipt',
  'Adservice',
  'Alert',
  'Consolidated',
  'WHrec',
  'NotaEntrega',
  'ValueDeclaration',
  'Liquidación',
  'BL',
  'Pickup',
  'AWB',
  'Agent'
) NOT NULL;
