Skip to content

chore: add new value for enable soft delete#1686

Open
Poulinhoo wants to merge 1 commit into
PrestaShop:devfrom
Poulinhoo:chore/add-soft-delete-on-shipmnt
Open

chore: add new value for enable soft delete#1686
Poulinhoo wants to merge 1 commit into
PrestaShop:devfrom
Poulinhoo:chore/add-soft-delete-on-shipmnt

Conversation

@Poulinhoo
Copy link
Copy Markdown
Contributor

Questions Answers
Description? Add property 'deleted' on shipment table for add soft delete
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? Related to PrestaShop/PrestaShop#40852

@github-project-automation github-project-automation Bot moved this to Ready for review in PR Dashboard Mar 2, 2026
@Quetzacoalt91 Quetzacoalt91 added the Blocked Status: The issue is blocked by another task label Mar 4, 2026
@Quetzacoalt91 Quetzacoalt91 added the enhancement Type: Improvement label Mar 18, 2026
@Quetzacoalt91 Quetzacoalt91 added waiting for author and removed Blocked Status: The issue is blocked by another task labels Mar 20, 2026
@Poulinhoo Poulinhoo force-pushed the chore/add-soft-delete-on-shipmnt branch from 94d75a3 to d729a88 Compare March 20, 2026 16:49
@Poulinhoo Poulinhoo force-pushed the chore/add-soft-delete-on-shipmnt branch from d729a88 to 731c587 Compare April 8, 2026 09:39
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 8, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
95.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Comment thread upgrade/sql/9.1.0.sql
PRIMARY KEY (`id_role`, `id_authorization_role`),
INDEX `b2b_role_authorization_role_role_idx` (`id_role`),
INDEX `b2b_role_authorization_role_auth_role_idx` (`id_authorization_role`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not sure these lines should be found here because:

  • B2B is not part of the related PR on PrestaShop,
  • PrestaShop 9.1.0 is already released.

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

Projects

Status: Ready for review

Development

Successfully merging this pull request may close these issues.

3 participants