Skip to content

Fix column wrongly declared as NOT NULL instead of DEFAULT NULL#1540

Merged
Quetzacoalt91 merged 1 commit intoPrestaShop:devfrom
Quetzacoalt91:fix-error-in-nullable-column
Nov 27, 2025
Merged

Fix column wrongly declared as NOT NULL instead of DEFAULT NULL#1540
Quetzacoalt91 merged 1 commit intoPrestaShop:devfrom
Quetzacoalt91:fix-error-in-nullable-column

Conversation

@Quetzacoalt91
Copy link
Member

@Quetzacoalt91 Quetzacoalt91 commented Nov 27, 2025

Questions Answers
Description? Fix an error in the column type from #1471
Type? bug fix
BC breaks? Nope
Deprecations? Nope
Fixed ticket? /
Sponsor company @PrestaShopCorp
How to test? When describing the table customer_message after an update to PS 9.0.2, the type of the column must be user_agent varchar(255) DEFAULT NULL

@Quetzacoalt91 Quetzacoalt91 self-assigned this Nov 27, 2025
@Quetzacoalt91 Quetzacoalt91 added the bug Type: Bug fix label Nov 27, 2025
@github-project-automation github-project-automation bot moved this to Ready for review in PR Dashboard Nov 27, 2025
@Quetzacoalt91 Quetzacoalt91 added this to the 7.5.0 milestone Nov 27, 2025
@sonarqubecloud
Copy link

@AureRita AureRita self-assigned this Nov 27, 2025
Copy link
Contributor

@AureRita AureRita left a comment

Choose a reason for hiding this comment

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

Hi @Quetzacoalt91

Thank you for your PR, I tested it and it seems to works as you can see :

image

Tested from :
9.0.1 to 9.0.2
8.2 to 9.0.2
8.0.4 to 9.0.2

Because the PR seems to works as expected, It's QA ✔️

Thank you

@AureRita AureRita added QA ✔️ Status: Check done, Code approved and removed waiting for QA labels Nov 27, 2025
@Quetzacoalt91 Quetzacoalt91 merged commit 9712032 into PrestaShop:dev Nov 27, 2025
56 checks passed
@github-project-automation github-project-automation bot moved this from Ready for review to Merged in PR Dashboard Nov 27, 2025
@ps-jarvis ps-jarvis moved this from Merged to Ready for review in PR Dashboard Nov 27, 2025
@Quetzacoalt91 Quetzacoalt91 deleted the fix-error-in-nullable-column branch November 27, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Type: Bug fix Migration script QA ✔️ Status: Check done, Code approved

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

5 participants