Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove locked column of extensions table from update sql - my mistake #117

Conversation

richard67
Copy link

Pull Request for joomla#29235.

Summary of Changes

Remove the locked column from the insert statements into the extensions table in the update SQL script - was my mistake, I had forgotten that the update SQL script which adds this column runs after the one of ther workflows.

Testing Instructions

Update a 3.10-dev with the update container built for PR joomla#29235 .

Expected result

No SQL error about the "locked" column.

Actual result

Error "Unknown column 'locked' in 'field list'" shown in the middle uf the SQL updates, which breaks the update and leave a broken database.

Documentation Changes Required

None.

@bembelimen bembelimen merged commit d10177f into bembelimen:workflow-v3 May 27, 2020
@bembelimen
Copy link
Owner

Thx

@richard67 richard67 deleted the 4.0-dev-bembelimen-workflow-v3-locked-column branch May 27, 2020 17:22
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.

2 participants