Files
elcaribe/sqlupdates/v551.sql
2023-08-07 15:52:04 -04:00

5 lines
301 B
SQL

INSERT INTO `business_settings` (`id`, `type`, `value`, `lang`, `created_at`, `updated_at`) VALUES (NULL, 'authorizenet_sandbox', '1', NULL, '2021-02-16 08:43:11', '2021-06-14 11:00:23');
UPDATE `business_settings` SET `value` = '5.5.1' WHERE `business_settings`.`type` = 'current_version';
COMMIT;