musn't forget to update the migrations
This commit is contained in:
parent
4c366ce454
commit
19bc8bdaa8
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue