2010-12-20 Dario Rodriguez <dario.rodriguez@artica.es>

* pandoradb.sql: Modify column external source of treport_content
	from tinytext to text.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3667 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2010-12-20 14:44:15 +00:00
parent 1cad97465a
commit 0cea7ea75a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-12-20 Dario Rodriguez <dario.rodriguez@artica.es>
* pandoradb.sql: Modify column external source of treport_content
from tinytext to text.
2010-12-17 Miguel de Dios <miguel.dedios@artica.es>
* install.php: added to check "curl" dependency.

View File

@ -794,7 +794,7 @@ CREATE TABLE IF NOT EXISTS `treport_content` (
`description` mediumtext,
`id_agent` int(10) unsigned NOT NULL default 0,
`text` TEXT default NULL,
`external_source` TinyText default NULL,
`external_source` TEXT default NULL,
`treport_custom_sql_id` INTEGER UNSIGNED default 0,
`header_definition` TinyText default NULL,
`column_separator` TinyText default NULL,