Changeset 2548875
- Timestamp:
- 06/16/2021 11:18:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sprint/trunk/includes/Base/ERP_SPRINT_Activate_Plugin.php
r2541274 r2548875 91 91 92 92 $sql = 'ALTER TABLE `wp_logixgridwaybillSecureKey` ADD `parent_waybill` VARCHAR(255) NOT NULL AFTER `secure_key`'; 93 // $wpdb->query($sql);94 95 //} catch (Exception $e) {96 97 //}93 try { 94 $wpdb->query($sql); 95 } catch (Exception $e) { 96 // here 97 } 98 98 99 99 }
Note: See TracChangeset
for help on using the changeset viewer.