mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #4968] [MERGED] remove backtics from postgresql migrations #2674
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/4968
Author: @stefan0xC
Created: 9/19/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @BlackDex
Base:
main← Head:fix-postfix-migrations📝 Commits (1)
e3aa047remove backtics from postgresql migrations📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
migrations/postgresql/2024-09-04-091351_use_device_type_for_mails/down.sql(+1 -1)📝
migrations/postgresql/2024-09-04-091351_use_device_type_for_mails/up.sql(+1 -1)📄 Description
postgres does not support backtics for escaping keywords so we shouldn't use them in postgres migrations.
should fix the issue reported here: https://github.com/dani-garcia/vaultwarden/pull/4916#issuecomment-2361033931
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.