mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
parent
74983d0ca7
commit
b937eb3072
@ -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>
|
2010-12-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* install.php: added to check "curl" dependency.
|
* install.php: added to check "curl" dependency.
|
||||||
|
@ -794,7 +794,7 @@ CREATE TABLE IF NOT EXISTS `treport_content` (
|
|||||||
`description` mediumtext,
|
`description` mediumtext,
|
||||||
`id_agent` int(10) unsigned NOT NULL default 0,
|
`id_agent` int(10) unsigned NOT NULL default 0,
|
||||||
`text` TEXT default NULL,
|
`text` TEXT default NULL,
|
||||||
`external_source` TinyText default NULL,
|
`external_source` TEXT default NULL,
|
||||||
`treport_custom_sql_id` INTEGER UNSIGNED default 0,
|
`treport_custom_sql_id` INTEGER UNSIGNED default 0,
|
||||||
`header_definition` TinyText default NULL,
|
`header_definition` TinyText default NULL,
|
||||||
`column_separator` TinyText default NULL,
|
`column_separator` TinyText default NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user