From 19bc8bdaa8e70f2f8f92d72228b5db5b6af3c501 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 22 May 2018 04:10:45 +0200 Subject: [PATCH] musn't forget to update the migrations --- database/2018_05_17_000055_forum_structure.php | 1 + 1 file changed, 1 insertion(+) diff --git a/database/2018_05_17_000055_forum_structure.php b/database/2018_05_17_000055_forum_structure.php index ce6bf727..599ae790 100644 --- a/database/2018_05_17_000055_forum_structure.php +++ b/database/2018_05_17_000055_forum_structure.php @@ -14,6 +14,7 @@ function migrate_up(PDO $conn): void `forum_type` TINYINT(4) NOT NULL DEFAULT '0', `forum_description` TEXT NULL, `forum_link` VARCHAR(255) NULL DEFAULT NULL, + `forum_link_clicks` INT(10) UNSIGNED NULL DEFAULT NULL, `forum_created` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `forum_archived` TINYINT(1) NOT NULL DEFAULT '0', `forum_hidden` TINYINT(1) NOT NULL DEFAULT '0',