From 88460ff86de9d6bc0f59ea8a4183d9db48367ba1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 15 Mar 2016 14:52:55 -0400 Subject: [PATCH] Added database column to installation instructions. --- INSTALL.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.txt b/INSTALL.txt index b9735c7..a04bc71 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -107,6 +107,7 @@ Type: username varchar(32) not null, postdate datetime not null, text mediumtext character set utf8 COLLATE utf8_general_ci not null, + summary varchar(128) character set utf8 COLLATE utf8_general_ci not null default '', primary key (id) );