Skip to content

ILMS-95 - hide grader info from student for kalvidassignment#393

Open
hilak wants to merge 1 commit into
MOODLE_400_DEVfrom
ILMS-95
Open

ILMS-95 - hide grader info from student for kalvidassignment#393
hilak wants to merge 1 commit into
MOODLE_400_DEVfrom
ILMS-95

Conversation

@hilak
Copy link
Copy Markdown
Contributor

@hilak hilak commented Jan 10, 2023

No description provided.

@hilak hilak requested a review from gonenradai January 10, 2023 01:46
}

// Kalvidassign savepoint reached.
upgrade_mod_savepoint(true, 2014023000.01, 'kalvidassign');
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gonenradai do you know what the value for this savepoint should be?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is some indication of the "version" of the DB schema of the module.
That way, if a module needs to update the schema, it can compare the last known save point that is written in the DB and know which steps to perform (for example, if the upgrade is jumping few versions and needs multiple ALTER calls) to upgrade to the latest schema.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the value you want to save is the new version that you're comparing against - 2022041905

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants