mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-24 18:39:01 +02:00
added new field to ipam vlan
This commit is contained in:
parent
ffc7cb2b44
commit
bf88c54480
5
pandora_console/extras/mr/53.sql
Normal file
5
pandora_console/extras/mr/53.sql
Normal file
@ -0,0 +1,5 @@
|
||||
START TRANSACTION;
|
||||
|
||||
ALTER TABLE `tipam_vlan` ADD COLUMN `custom_id` bigint(20) unsigned DEFAULT 0;
|
||||
|
||||
COMMIT;
|
@ -4027,6 +4027,7 @@ CREATE TABLE IF NOT EXISTS `tipam_vlan` (
|
||||
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`name` VARCHAR(250) NOT NULL,
|
||||
`description` TEXT,
|
||||
`custom_id` bigint(20) UNSIGNED DEFAULT 0,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user