v551.sql 301 B

12345
  1. 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');
  2. UPDATE `business_settings` SET `value` = '5.5.1' WHERE `business_settings`.`type` = 'current_version';
  3. COMMIT;