mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
[PR #29] [MERGED] Fix reference in attachments table #3909
Reference in New Issue
Block a user
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/26/2018
Status: ✅ Merged
Merged: 5/27/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.