Skip to content

Commit

Permalink
Added database column to installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 15, 2016
1 parent e12a19d commit 88460ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.txt
Expand Up @@ -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)
);

Expand Down

0 comments on commit 88460ff

Please sign in to comment.