svn: /web/doc-editor/trunk/install/ doc-editor.sql

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sat, 17 Apr 2010 17:45:49 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=298122

Log:
Fix column type for the dictionary, spotted by pedram

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-04-17 17:43:27 UTC (rev 298121)
+++ web/doc-editor/trunk/install/doc-editor.sql	2010-04-17 17:45:49 UTC (rev 298122)
@@ -200,8 +200,8 @@
   `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
   `project` varchar(255) NOT NULL,
   `lang` varchar(10) NOT NULL,
-  `valueEn` int(255) NOT NULL,
-  `valueLang` int(255) NOT NULL,
+  `valueEn` varchar(255) NOT NULL,
+  `valueLang` varchar(255) NOT NULL,
   `lastUser` varchar(255) NOT NULL,
   `lastDate` datetime NOT NULL,
   PRIMARY KEY (`id`)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.