mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2012-10-09 Hirofumi Kosaka <kosaka@rworks.jp>
* pandoradb.sql: cleaned code style, to be acceptable by Clustrix's SQL parser, for examples. Merged from branch 4.x. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7054 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
57cedf5d55
commit
e86a0e68ef
@ -1,3 +1,8 @@
|
|||||||
|
2012-10-09 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||||
|
|
||||||
|
* pandoradb.sql: cleaned code style, to be acceptable by
|
||||||
|
Clustrix's SQL parser, for examples. Merged from branch 4.x.
|
||||||
|
|
||||||
2012-10-08 Ramon Novoa <rnovoa@artica.es>
|
2012-10-08 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php,
|
* include/functions_graph.php,
|
||||||
|
@ -544,7 +544,7 @@ CREATE TABLE IF NOT EXISTS `tevento` (
|
|||||||
CREATE TABLE IF NOT EXISTS `tgrupo` (
|
CREATE TABLE IF NOT EXISTS `tgrupo` (
|
||||||
`id_grupo` mediumint(4) unsigned NOT NULL auto_increment,
|
`id_grupo` mediumint(4) unsigned NOT NULL auto_increment,
|
||||||
`nombre` varchar(100) NOT NULL default '',
|
`nombre` varchar(100) NOT NULL default '',
|
||||||
`icon` varchar(50) default NULL default 'world',
|
`icon` varchar(50) default 'world',
|
||||||
`parent` mediumint(4) unsigned NOT NULL default '0',
|
`parent` mediumint(4) unsigned NOT NULL default '0',
|
||||||
`propagate` tinyint(1) unsigned NOT NULL default '0',
|
`propagate` tinyint(1) unsigned NOT NULL default '0',
|
||||||
`disabled` tinyint(3) unsigned NOT NULL default '0',
|
`disabled` tinyint(3) unsigned NOT NULL default '0',
|
||||||
@ -582,7 +582,7 @@ CREATE TABLE IF NOT EXISTS `tincidencia` (
|
|||||||
-- -----------------------------------------------------
|
-- -----------------------------------------------------
|
||||||
-- Table `tlanguage`
|
-- Table `tlanguage`
|
||||||
-- -----------------------------------------------------
|
-- -----------------------------------------------------
|
||||||
CREATE TABLE IF NOT EXISTS`tlanguage` (
|
CREATE TABLE IF NOT EXISTS `tlanguage` (
|
||||||
`id_language` varchar(6) NOT NULL default '',
|
`id_language` varchar(6) NOT NULL default '',
|
||||||
`name` varchar(100) NOT NULL default '',
|
`name` varchar(100) NOT NULL default '',
|
||||||
PRIMARY KEY (`id_language`)
|
PRIMARY KEY (`id_language`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user