Index: src/config/database.js
===================================================================
--- src/config/database.js	(revision 1d6f9a2206f4836d6c91855b6c7c7494cd58c8f4)
+++ src/config/database.js	(revision 55a73f0483e032b175584a41f6f21866b0e0a556)
@@ -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}
 }
 
