[PR #29] [MERGED] Fix reference in attachments table #3909

Closed
opened 2025-10-09 18:32:27 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: attachments_fix


📝 Commits (1)

  • 9b017bb Fix 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 514a372 when 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/29 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 5/26/2018 **Status:** ✅ Merged **Merged:** 5/27/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `attachments_fix` --- ### 📝 Commits (1) - [`9b017bb`](https://github.com/dani-garcia/vaultwarden/commit/9b017bbbb9b5384bdfedbea5a1b8bdf14c3d61d0) Fix reference in attachments table ### 📊 Changes **2 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `migrations/2018-05-25-232323_update_attachments_reference/down.sql` (+0 -0) ➕ `migrations/2018-05-25-232323_update_attachments_reference/up.sql` (+14 -0) </details> ### 📄 Description We broke the attachment functionality in 514a372 when 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:32:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3909