From 15f471cb5a6e3385d4f6cb9e72bcd26eb959b200 Mon Sep 17 00:00:00 2001
From: the_systech <the_systech@users.sourceforge.net>
Date: Wed, 8 Aug 2001 19:42:45 +0000
Subject: Changes encorporate smily processing...

git-svn-id: file:///svn/phpbb/trunk@818 89ea8834-ac86-4346-8a33-228a782c2dd0
---
 phpBB/db/mysql_schema.sql | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'phpBB/db/mysql_schema.sql')

diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql
index d01d6c5d6a..3492960bad 100644
--- a/phpBB/db/mysql_schema.sql
+++ b/phpBB/db/mysql_schema.sql
@@ -203,7 +203,8 @@ CREATE TABLE phpbb_posts (
    post_username varchar(30), 
    bbcode_uid char(10) NOT NULL,
    post_edit_time int(11),
-   post_edit_count smallint(4) DEFAULT '0' NOT NULL, 
+   post_edit_count smallint(4) DEFAULT '0' NOT NULL,
+	enable_smiles smallint(4) DEFAULT '1' NOT NULL,
    PRIMARY KEY (post_id),
    KEY forum_id (forum_id),
    KEY topic_id (topic_id),
-- 
cgit v1.2.1