remove backtics from postgresql migrations #930

Closed
opened 2026-04-06 01:02:59 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @stefan0xC on 9/19/2024

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

*Originally created by @stefan0xC on 9/19/2024* postgres does [not support backtics for escaping keywords](https://wiki.postgresql.org/wiki/Things_to_find_out_about_when_moving_from_MySQL_to_PostgreSQL) 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#930