svn: /web/doc-editor/trunk/install/ doc-editor.sql
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 22 Feb 2010 22:50:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295385
Log:
Add missing column project for the table
Changed paths:
U web/doc-editor/trunk/install/doc-editor.sql
Modified: web/doc-editor/trunk/install/doc-editor.sql
===================================================================
--- web/doc-editor/trunk/install/doc-editor.sql 2010-02-22 22:45:08 UTC (rev 295384)
+++ web/doc-editor/trunk/install/doc-editor.sql 2010-02-22 22:50:08 UTC (rev 295385)
@@ -13,6 +13,7 @@
CREATE TABLE IF NOT EXISTS `checkEntities` (
`id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
+ `project` varchar(255) NOT NULL,
`entities` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
`result` varchar(50) NOT NULL,