codigo actual del servidor, con avances de joan
This commit is contained in:
11
sqlupdates/v38.sql
Normal file
11
sqlupdates/v38.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
INSERT INTO `business_settings` (`id`, `type`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'iyzico_sandbox', '1', current_timestamp(), current_timestamp());
|
||||
|
||||
INSERT INTO `business_settings` (`id`, `type`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'iyzico', '1', current_timestamp(), current_timestamp());
|
||||
|
||||
INSERT INTO `business_settings` (`id`, `type`, `value`, `created_at`, `updated_at`) VALUES (NULL, 'decimal_separator', '1', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
|
||||
|
||||
ALTER TABLE `page_translations` CHANGE `content` `content` LONGTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;
|
||||
|
||||
UPDATE `business_settings` SET `value` = '3.8' WHERE `business_settings`.`type` = 'current_version';
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user