aboutsummaryrefslogtreecommitdiff
path: root/asset-sources/theme.scss
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-06-08 00:19:39 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-06-08 00:19:39 +0200
commit914fd263f6ad0b7009a25bb13f1bd26b7b6c8558 (patch)
tree704e31d9e973c537c16100de8510f812a5ed5413 /asset-sources/theme.scss
parentbf75c2c550344469be3221f5e2b55d7876c1831d (diff)
downloadfietsboek-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 'asset-sources/theme.scss')
0 files changed, 0 insertions, 0 deletions