- 🇩🇪Germany osopolar 🇩🇪 GER 🌐
What about the update hook? See also #13 and #21
I guess it would be fine to set the published_at to NULL where it currently is 2147483647:
update node_field_revision set published_at=NULL where published_at = 2147483647; update node_field_data set published_at=NULL where published_at = 2147483647;