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_migrate_locations.sql
INSERT INTO sblt_stock_locations (location_name) (SELECT location FROM sblt_items WHERE NOT EXISTS (select location from sblt_stock_locations where location_name = location));
INSERT INTO sblt_item_quantities (item_id, location_id, quantity) (SELECT item_id, location_id, quantity FROM sblt_items, sblt_stock_locations where sblt_items.location = sblt_stock_locations.location_name);