ok
i already fixed restrict_to_domain error
but the is_custom can not be null still
i’m doing the upgrade from my own repo not from the official repo so im trying to fix the error by my self following the official repo commits but i can not find the tab of is_custom column to fix the error , so can you help by telling me where i can find this column?
edit: This is the sql I used to search for the is_custom column name…
SELECT COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_SCHEMA=‘d56cb677eaab3383’
AND TABLE_NAMElike’tab%';