Skip to content
Commit 85df6620 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix PostgreSQL query in database update 25

The columns are already TEXT and not bytea, so we can't use encode()
on them. This was probably written before we migrated our string columns
in PostgreSQL to TEXT. The conversion from bytea to TEXT happens in
update 24, so before this one.

BUG: 331995
FIXED-IN: 1.12.0
parent cc169645
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment