Skip to content

Conversation

marcelklehr
Copy link
Member

'vector' is a reserved keyword now in mariadb

see #1295

@marcelklehr marcelklehr changed the title fix(mariadb): Rename vector col to face_vector fix(mariadb): Rename 'vector' DB column to 'face_vector' Jul 27, 2025
'vector' is a reserved keyword now in mariadb

see #1295

Signed-off-by: Marcel Klehr <[email protected]>
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Marcel Klehr <[email protected]>
@marcelklehr
Copy link
Member Author

Do I need to backport this to nc 31 and 30 ?

@nickvergessen
Copy link
Member

I'd say so, as people might update accidentally before

@marcelklehr marcelklehr merged commit f4912a8 into main Jul 28, 2025
40 of 41 checks passed
@marcelklehr
Copy link
Member Author

/backport to stable10

@marcelklehr
Copy link
Member Author

/backport to stable9

@marcelklehr
Copy link
Member Author

/backport to stable8

Copy link

backportbot bot commented Jul 28, 2025

The backport to stable8 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable8
git pull origin stable8

# Create the new backport branch
git checkout -b backport/1326/stable8

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick e8a2ed35 2d3109e0

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1326/stable8

Error: Failed to check for changes with origin/stable8: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

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