Skip to content
Snippets Groups Projects
Commit d0af64b0 authored by Peter Rotich's avatar Peter Rotich
Browse files

Add int size to topic_pid field

parent 92ad0b9f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
-- Add help topic parent id.
ALTER TABLE `%TABLE_PREFIX%help_topic`
ADD `topic_pid` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `topic_id` ,
ADD `topic_pid` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `topic_id` ,
ADD INDEX ( `topic_pid` );
-- Finished with patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment