Revision 6a53cb3ef3ad769ab015fa011e0a14702d1a14cf authored by Valentin Lorentz on 19 August 2020, 12:25:22 UTC, committed by Valentin Lorentz on 19 August 2020, 12:57:26 UTC
Fixes a regression in 038a219f84d6b8a4f02b48f9ad3c5d823d097790,
as it made the converter expect a list.

When adding this column, we made it default to null instead of defaulting
to an empty array, so existing records were initialized will null.

This commit migrates these nulls to empty arrays, then adds a constraint
to enforce it in the future.
1 parent ca3ee92
Raw File
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top