Index: trunk/extensions/LiquidThreads/lqt.sql |
— | — | @@ -79,7 +79,7 @@ |
80 | 80 | th_change_comment TINYTEXT NOT NULL, |
81 | 81 | |
82 | 82 | -- Actual content, stored as a serialised thread row. |
83 | | - th_content BLOB NOT NULL, |
| 83 | + th_content LONGBLOB NOT NULL, |
84 | 84 | |
85 | 85 | PRIMARY KEY (th_id), |
86 | 86 | KEY (th_thread,th_timestamp), |