mirror of https://gitlab.com/litecord/litecord.git
user.settings: dont json.dumps val
This commit is contained in:
parent
bcd846d779
commit
c0b3462ffa
|
|
@ -36,7 +36,6 @@ async def patch_current_settings():
|
|||
# force postgres to update to jsonb
|
||||
# when the fields ARE jsonb.
|
||||
if key in json_fields:
|
||||
val = json.dumps(val)
|
||||
jsonb_cnv = '::jsonb'
|
||||
|
||||
await app.db.execute(f"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue