mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Перенос файлов движка в корень
This commit is contained in:
parent
584f692288
commit
f94c0dd2ee
585 changed files with 14 additions and 14 deletions
21
install/upgrade/changes.txt
Normal file
21
install/upgrade/changes.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
Схема изменений начиная с версии 2.1 (R600):
|
||||
|
||||
Изменения в базе:
|
||||
|
||||
DROP TABLE IF EXISTS `bb_reports`;
|
||||
DROP TABLE IF EXISTS `bb_reports_changes`;
|
||||
DROP TABLE IF EXISTS `bb_reports_modules`;
|
||||
DROP TABLE IF EXISTS `bb_reports_reasons`;
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'report_subject_auth';
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'report_modules_cache';
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'report_hack_count';
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'report_notify';
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'report_list_admin';
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'report_new_window';
|
||||
DELETE FROM `bb_config` WHERE `config_name` = 'reports_enabled';
|
||||
ALTER TABLE `bb_posts` DROP COLUMN `post_reported`;
|
||||
ALTER TABLE `bb_privmsgs` DROP COLUMN `privmsgs_reported`;
|
||||
ALTER TABLE `bb_topics` DROP COLUMN `topic_reported`;
|
||||
DELETE FROM `bb_cron` WHERE `cron_script` = 'site_backup.php';
|
||||
DELETE FROM `bb_cron` WHERE `cron_script` = 'db_backup.php';
|
||||
UPDATE `bb_cron` SET `cron_script` = 'board_maintenance.php' WHERE `cron_script` = 'bb_maintenance.php';
|
Loading…
Add table
Add a link
Reference in a new issue