mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[PR #29] [MERGED] Fix reference in attachments table #2583
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2583
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/29
Author: @mprasil
Created: 5/25/2018
Status: ✅ Merged
Merged: 5/26/2018
Merged by: @dani-garcia
Base:
master← Head:attachments_fix📝 Commits (1)
9b017bbFix reference in attachments table📊 Changes
2 files changed (+14 additions, -0 deletions)
View changed files
➕
migrations/2018-05-25-232323_update_attachments_reference/down.sql(+0 -0)➕
migrations/2018-05-25-232323_update_attachments_reference/up.sql(+14 -0)📄 Description
We broke the attachment functionality in
514a372when we didn't update the table reference for attachment and it still points to old, deleted cipher table. This migrates the attachment records into new table with proper reference.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.