Skip to content

Commit f3a15bb

Browse files
author
Blake Bertuccelli-Booth
authored
Allow long text in more_info
1 parent 58c2bc8 commit f3a15bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public static function create_alerts_table(){
730730
`url` text,
731731
`message` text,
732732
`tags` text,
733-
`more_info` text,
733+
`more_info` longtext,
734734
`archived` BOOLEAN NOT NULL DEFAULT 0,
735735
PRIMARY KEY (`id`)
736736
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;";

0 commit comments

Comments
 (0)