diff --git a/opt/base.php b/opt/base.php index 8c734ed..eb56be7 100644 --- a/opt/base.php +++ b/opt/base.php @@ -469,6 +469,8 @@ function make_tables($db) "name" TEXT, "tripcode" TEXT, "original" INTEGER NOT NULL, + "move_message" TEXT, + "edit_message" TEXT, UNIQUE(post_id, sub) ON CONFLICT IGNORE )');