codigo actual del servidor, con avances de joan

This commit is contained in:
Jose Sanchez
2023-08-07 15:52:04 -04:00
commit 3cd9b8bbe8
3070 changed files with 532255 additions and 0 deletions

7
sqlupdates/v31.sql Normal file
View File

@@ -0,0 +1,7 @@
INSERT INTO `business_settings` (`id`, `type`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'payhere_sandbox', '0', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
INSERT INTO `business_settings` (`id`, `type`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'payhere', '0', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
UPDATE `business_settings` SET `value` = '3.1' WHERE `business_settings`.`type` = 'current_version';
COMMIT;