svn: /pear/pearweb/trunk/sql/ bugs.sql
[email protected] ("Daniel O'Connor") Thu, 08 Sep 2011 03:46:15 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
--bd6517a803c560137e29d06baac495cc95edc88b
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
clockwerx Thu, 08 Sep 2011 03:46:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316394
Log:
Bug #18788 ERROR: DB Error: no such field
Bug: http://pear.php.net/bugs/18788 (unknown)
Changed paths:
U pear/pearweb/trunk/sql/bugs.sql
Modified: pear/pearweb/trunk/sql/bugs.sql
===================================================================
--- pear/pearweb/trunk/sql/bugs.sql 2011-09-08 01:45:51 UTC (rev 316393)
+++ pear/pearweb/trunk/sql/bugs.sql 2011-09-08 03:46:15 UTC (rev 316394)
@@ -37,6 +37,7 @@
reporter_name varchar(80) default '',
ts datetime NOT NULL default '0000-00-00 00:00:00',
comment text NOT NULL,
+ `active` int(1) default 1,
PRIMARY KEY (id),
FULLTEXT KEY comment (comment),
INDEX bug (bug, id, ts)
--bd6517a803c560137e29d06baac495cc95edc88b--