3 lines
157 B
MySQL
3 lines
157 B
MySQL
|
-- all existing pins shouldn't have a subName
|
||
|
-- this only impacts old daily discussion threads
|
||
|
update "Item" set "subName" = null where "pinId" is not null;
|