forked from OkayCMS/Okay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
3,548 additions
and
2,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ALTER TABLE `ok_settings` CHANGE `name` `param` varchar(255) COLLATE 'utf8_general_ci' NOT NULL DEFAULT '' AFTER `setting_id`; | ||
ALTER TABLE `ok_settings_lang` CHANGE `name` `param` varchar(128) COLLATE 'utf8_general_ci' NOT NULL FIRST; | ||
/*Где-то пошел сбой, и у некоторых пользователей нет такой колонки, запрос выполнять если её нет*/ | ||
ALTER TABLE `ok_support_info` ADD COLUMN `accesses` VARCHAR(2048) NULL DEFAULT ''; | ||
INSERT INTO `ok_settings` (`param`, `value`) VALUES ('products_image_sizes ', '200x200|50x50|1800x1200w|600x340|75x75|330x300|800x600|55x55|300x120|35x35'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.