Index: src/routes/admin-sites.js
===================================================================
--- src/routes/admin-sites.js	(revision 8aa85d06c34d1b16a4f9440e4c87fac432d0cf6e)
+++ src/routes/admin-sites.js	(revision 544cd86633cf408a6b6335f010c0a978679deece)
@@ -263,5 +263,5 @@
       title = ?, description = ?, tagline = ?, language = ?,
       palette = ?, accent = ?, theme_override = ?, profile_photo = ?,
-      profile_enabled = ?, profile_name = ?, profile_bio = ?,
+      profile_enabled = ?,
       profile_links = ?,
       is_public = ?, robots_index = ?, require_login_to_comment = ?,
@@ -286,6 +286,4 @@
     f.profile_photo || null,
     f.profile_enabled ? 1 : 0,
-    (f.profile_name || '').slice(0, 100) || null,
-    (f.profile_bio  || '').slice(0, 500) || null,
     profileLinksJson,
     f.is_public ? 1 : 0,
