MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/allyindian_com/sbltt/database/2.3.2_to_2.3.3.sql
ALTER TABLE `sblt_suppliers`
   ADD COLUMN `agency_name` VARCHAR(255) NOT NULL;

INSERT INTO `sblt_app_config` (`key`, `value`) VALUES
   ('dateformat', 'm/d/Y'),
   ('timeformat', 'H:i:s'),
   ('barcode_generate_if_empty', '0');

ALTER TABLE `sblt_sales_suspended`
    DROP KEY `invoice_number`;

-- Clear out emptied comments (0 inserted in comment if empty #192)
UPDATE `sblt_sales` SET comment = NULL WHERE comment = '0';
UPDATE `sblt_receivings` SET comment = NULL WHERE comment = '0';
UPDATE `sblt_sales_suspended` SET comment = NULL WHERE comment = '0';