There was an error while loading. Please reload this page.
1 parent eb2dbb6 commit 906f46bCopy full SHA for 906f46b
1 file changed
tests/phpunit/Admin/InsertRuleDataTest.php
@@ -37,6 +37,8 @@ public function setUp(): void {
37
ignre_user bigint(20) NULL,
38
ignre_date timestamp NULL,
39
ignre_comment mediumtext NULL,
40
+ landmark varchar(20) NULL,
41
+ landmark_selector text NULL,
42
UNIQUE KEY id (id),
43
KEY postid_index (postid)
44
) $charset_collate;";
0 commit comments