diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-06-08 00:19:39 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-06-08 00:19:39 +0200 |
commit | 914fd263f6ad0b7009a25bb13f1bd26b7b6c8558 (patch) | |
tree | 704e31d9e973c537c16100de8510f812a5ed5413 /tests/bootstrap/test_new_instance.py | |
parent | bf75c2c550344469be3221f5e2b55d7876c1831d (diff) | |
download | fietsboek-914fd263f6ad0b7009a25bb13f1bd26b7b6c8558.tar.gz fietsboek-914fd263f6ad0b7009a25bb13f1bd26b7b6c8558.tar.bz2 fietsboek-914fd263f6ad0b7009a25bb13f1bd26b7b6c8558.zip |
change transformer column from JSON to TEXT
JSON is nice because the DB engine can parse the JSON, and we can query
JSON values inside an SQL query. However, we don't use that feature, we
simply use it as an opaque storage for the transformer parameters.
When we want to keep it as JSON, Postgres complains that it cannot
compare two values of JSON, which seems to be an issue in some generated
SQL query (I don't think we ever explicitely compare the value of
transformers?). We could fix that by using JSONB, but since we don't use
the "augmented" JSON features anyway, we might as well keep it as a
TEXT.
Diffstat (limited to 'tests/bootstrap/test_new_instance.py')
0 files changed, 0 insertions, 0 deletions