Skip to content

Commit

Permalink
DB TEXT update
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Sep 12, 2016
1 parent 0008ae9 commit 96ac937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/mysql.400.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADD `dobr` TINYINT(1) UNSIGNED NOT NULL DEFAULT '1';

ALTER TABLE `bb_posts`
ADD INDEX `approved` (`approved`),
CHANGE `attachment` `attachment` TEXT NULL DEFAULT NULL;
CHANGE `attachment` `attachment` TEXT NULL;

ALTER TABLE `bb_topics`
CHANGE `topic_subject` `type_id` SMALLINT(4) UNSIGNED NOT NULL DEFAULT '0',
Expand Down

0 comments on commit 96ac937

Please sign in to comment.