added db update files
This commit is contained in:
parent
3d1f05d0ac
commit
82f9fc99af
resources/db_update_scripts
@ -1,6 +0,0 @@
|
||||
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`);
|
||||
|
||||
ALTER TABLE `general_system_settings` ADD `thesisCommentNoDaysAheadReminder` int(11) NOT NULL;
|
4
resources/db_update_scripts/db_update_2013-04-26.sql
Executable file
4
resources/db_update_scripts/db_update_2013-04-26.sql
Executable file
@ -0,0 +1,4 @@
|
||||
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`);
|
1
resources/db_update_scripts/db_update_2013-05-03.sql
Executable file
1
resources/db_update_scripts/db_update_2013-05-03.sql
Executable file
@ -0,0 +1 @@
|
||||
ALTER TABLE `general_system_settings` ADD `thesisCommentNoDaysAheadReminder` int(11) NOT NULL;
|
Loading…
x
Reference in New Issue
Block a user