Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision 1d6f9a2206f4836d6c91855b6c7c7494cd58c8f4)
+++ src/config/database.js	(revision 6053c6cd26763e88d5f2f920fb1270ca5bea6b78)
@@ -342,4 +342,5 @@
   ensureColumn('ap_timeline', 'reblog_handle', 'TEXT');      //   the booster's @handle
   ensureColumn('ap_timeline', 'reblog_icon', 'TEXT');        //   the booster's avatar
+  ensureColumn('ap_timeline', 'poll_json', 'TEXT');          // a Question (poll): {multiple,options[{name,count}],endTime,closed,voters,voted}
 }
 
