From be8ae7f200dfe3e09583f40d33be65bb33fcdfca Mon Sep 17 00:00:00 2001 From: kirsan Date: Wed, 20 Jul 2011 12:34:50 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D1=82=D1=87=D0=B0=20=D0=B1?= =?UTF-8?q?=D0=B4=20=D0=B4=D0=BB=20=D1=84=D0=BE=D1=82=D0=BE=D1=81=D0=B5?= =?UTF-8?q?=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patch.sql b/patch.sql index a293c967..6301d493 100644 --- a/patch.sql +++ b/patch.sql @@ -43,4 +43,6 @@ CREATE TABLE `prefix_topic_photo` ( `description` text, `target_tmp` varchar(40) DEFAULT NULL, PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +ALTER TABLE `prefix_topic` CHANGE topic_type topic_type ENUM('topic','link','question','photoset') NOT NULL DEFAULT 'topic'; \ No newline at end of file