You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
peewee.ProgrammingError: column "actions" is of type integer[] but expression is of type record
LINE 1: UPDATE "postfilter" SET "actions" = (10, 2, 4, 11)
^
HINT: You will need to rewrite or cast the expression.
The text was updated successfully, but these errors were encountered:
I want to change the default for
ArrayField
. I have following lines in my migration (simplified):Migration fails:
The text was updated successfully, but these errors were encountered: