Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[SQL] Reorder release patches for 24.0 release #8390

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

ridz1208
Copy link
Collaborator

Brief summary of changes

Extracts one patch from the main release patch file for the 24.0 LORIS release and adds it to a new file to be run ahead of any PHP scripts. this is required as all PHP scripts (even the ones that have to be run before the release patch) depend on these SQL statements causing a circular dependency.

Once this is merged and release, Existing major and minor releases should be updated to reflect the changes

@ridz1208 ridz1208 added the Critical to release PR or issue is key for the release to which it has been assigned label Feb 20, 2023
@kongtiaowang kongtiaowang reopened this Feb 21, 2023
@driusan driusan merged commit 2a484c0 into aces:24.1-release Feb 21, 2023
@ridz1208 ridz1208 added this to the 24.1.2 milestone Mar 6, 2023
zaliqarosli pushed a commit to zaliqarosli/Loris that referenced this pull request Mar 6, 2023
Extracts one patch from the main release patch file for the 24.0 LORIS release and adds it to a new file to be run ahead of any PHP scripts. this is required as all PHP scripts (even the ones that have to be run before the release patch) depend on these SQL statements causing a circular dependency.
driusan pushed a commit that referenced this pull request Mar 13, 2023
Since the order in which the patches were run was changed by #8390. The statements in this PR which add the date_format cause a truncation error since they also "remove" the log_level enum option.

The patch that is run first now as patch _A already contains the date format and is thus sufficient to replace the statements removed here.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Critical to release PR or issue is key for the release to which it has been assigned
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants