Skip to content

Commit

Permalink
修复安装时无法增加一列的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LiarOnce committed Feb 12, 2019
1 parent c3572ec commit 3aa3566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!defined('DEBUG') AND exit('Forbidden');

$tablepre = $db->tablepre;
db_exec("ALTER TABLE {$tablepre}post ADD COLUMN message_cache int(11) NULL DEFAULT '' COMMENT 'Editor.md 缓存';");
db_exec("ALTER TABLE {$tablepre}post ADD `message_cache` longtext NOT NULL;");

$editor_md_config = array(
"parsedown_version"=>"1.7.1",
Expand Down

0 comments on commit 3aa3566

Please sign in to comment.