1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00

Comment 'share' preparation

This commit is contained in:
CaMer0n
2012-08-17 08:51:27 +00:00
parent 3a85de6b3d
commit e0581d53b0
5 changed files with 59 additions and 19 deletions

View File

@@ -103,6 +103,7 @@ CREATE TABLE comments (
comment_ip varchar(45) NOT NULL default '',
comment_type varchar(20) NOT NULL default '0',
comment_lock tinyint(1) unsigned NOT NULL default '0',
comment_share tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (comment_id),
KEY comment_blocked (comment_blocked),
KEY comment_author_id (comment_author_id)