[PR #2080] [MERGED] Fix PostgreSQL migration #19886

Closed
opened 2026-04-25 22:14:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2080
Author: @jjlin
Created: 11/1/2021
Status: Merged
Merged: 11/1/2021
Merged by: @dani-garcia

Base: mainHead: fix-postgres-migration


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 migrations/postgresql/2021-10-24-164321_add_2fa_incomplete/up.sql (+1 -1)

📄 Description

The PostgreSQL migration should have used TIMESTAMP rather than DATETIME.

Fixes #2079.


🔄 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/2080 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-postgres-migration` --- ### 📝 Commits (1) - [`c49ee47`](https://github.com/dani-garcia/vaultwarden/commit/c49ee47de056cad058bcf2dc2b8c19d621bc6a39) Fix PostgreSQL migration ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `migrations/postgresql/2021-10-24-164321_add_2fa_incomplete/up.sql` (+1 -1) </details> ### 📄 Description The PostgreSQL migration should have used `TIMESTAMP` rather than `DATETIME`. Fixes #2079. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 22:14:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#19886