mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
changes in tdatabase
This commit is contained in:
parent
6711ff3e9c
commit
7dfd3fcfa1
@ -2246,8 +2246,6 @@ CREATE TABLE IF NOT EXISTS `tdatabase` (
|
||||
`db_port` int(4) unsigned default '3306',
|
||||
`status` tinyint(1) unsigned default '0',
|
||||
`action` tinyint(1) unsigned default '0',
|
||||
`master` tinyint(1) unsigned default '0',
|
||||
`deployment_percent` float unsigned default 0,
|
||||
`last_error` varchar(255) default '',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE = InnoDB DEFAULT CHARSET=utf8 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user