mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
#4043 mr 58
This commit is contained in:
parent
767ca3732b
commit
2d747caede
5
pandora_console/extras/mr/58.sql
Normal file
5
pandora_console/extras/mr/58.sql
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
START TRANSACTION;
|
||||||
|
|
||||||
|
ALTER TABLE `tcredential_store` MODIFY COLUMN `product` ENUM('CUSTOM', 'AWS', 'AZURE', 'GOOGLE', 'SAP', 'WMI', 'SNMP') DEFAULT 'CUSTOM';
|
||||||
|
|
||||||
|
COMMIT;
|
@ -764,7 +764,7 @@ CREATE TABLE IF NOT EXISTS `tgrupo` (
|
|||||||
CREATE TABLE IF NOT EXISTS `tcredential_store` (
|
CREATE TABLE IF NOT EXISTS `tcredential_store` (
|
||||||
`identifier` VARCHAR(100) NOT NULL,
|
`identifier` VARCHAR(100) NOT NULL,
|
||||||
`id_group` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
`id_group` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0,
|
||||||
`product` ENUM('CUSTOM', 'AWS', 'AZURE', 'GOOGLE', 'SAP') DEFAULT 'CUSTOM',
|
`product` ENUM('CUSTOM', 'AWS', 'AZURE', 'GOOGLE', 'SAP', 'WMI', 'SNMP') DEFAULT 'CUSTOM',
|
||||||
`username` TEXT,
|
`username` TEXT,
|
||||||
`password` TEXT,
|
`password` TEXT,
|
||||||
`extra_1` TEXT,
|
`extra_1` TEXT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user