After the update I was just getting a 500 server error.
Fix was to run following code on db.
ALTER TABLE #__template_styles ADD inheritable TINYINT NOT NULL DEFAULT '0' AFTER title, ADD parent VARCHAR(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL AFTER inheritable;
Make sure you replace #_ with your db prefix.