fix(db): change title type to text
Occasionally a Reddit post would have a long title, and would break in the schema.
This commit is contained in:
@@ -43,7 +43,7 @@ CREATE TABLE events (
|
|||||||
weekday VARCHAR(255) NOT NULL,
|
weekday VARCHAR(255) NOT NULL,
|
||||||
|
|
||||||
/* Posts Only */
|
/* Posts Only */
|
||||||
title VARCHAR(255),
|
title TEXT,
|
||||||
|
|
||||||
/* Comments Only*/
|
/* Comments Only*/
|
||||||
parent_id VARCHAR(255),
|
parent_id VARCHAR(255),
|
||||||
|
|||||||
Reference in New Issue
Block a user