Skip to content

Conversation

@christianbeeznest
Copy link
Contributor

No description provided.

@baelmyhu
Copy link
Contributor

baelmyhu commented Oct 4, 2024

Hi and thank you for your work.
I've forgotten some fields in 3 tables :

ALTER TABLE c_group_category ADD COLUMN peer_assessment INT (11) DEFAULT '0';
ALTER TABLE `c_group_category` ADD COLUMN `allow_coach_change_options_groups` TINYINT(1) DEFAULT 0 NOT NULL AFTER `peer_assessment`;
ALTER TABLE `c_group_category` ADD COLUMN `allow_change_group_name` INT(11) DEFAULT 1 NULL AFTER `allow_coach_change_options_groups`;
ALTER TABLE `c_group_category` ADD COLUMN `allow_autogroup` TINYINT(1) DEFAULT 0 NOT NULL AFTER `allow_change_group_name`;

ALTER TABLE `c_group_rel_user` ADD COLUMN `ready_autogroup` TINYINT(1) NOT NULL AFTER `role`;

alter table c_student_publication add group_category_id int default 0 null after post_group_id;


best regards

@qlty-cloud-legacy
Copy link

An error occurred when fetching issues.

View more on Code Climate.

@ywarnier ywarnier merged commit d786aba into chamilo:master Oct 10, 2024
@baelmyhu
Copy link
Contributor

Hi,
do you thnik you can do a last modification on Chamilo DB on table c_student_publication ?
I had to add a field

ALTER TABLE c_student_publication ADD COLUMN group_category_work_id INT default 0;

It would be great if you could ^^
Otherwise, my bad, I ask for it too late.

Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants