scipro/resources/db_update_scripts/db_update_2013-04-26.sql
2013-05-03 16:59:41 +09:00

5 lines
290 B
SQL
Executable File

ALTER TABLE `general_system_settings` ADD `thesisReviewsMandatory` tinyint(1) NOT NULL;
ALTER TABLE `forum_posts` ADD `attachment_id` bigint(20) DEFAULT NULL;
ALTER TABLE `forum_posts` ADD CONSTRAINT `FKEDDC4F35CCABB192` FOREIGN KEY (`attachment_id`) REFERENCES `file_description` (`id`);