Sindbad~EG File Manager

Current Path : /home/escuelai/www/it/marketplace/addressing/sql/
Upload File :
Current File : /home/escuelai/www/it/marketplace/addressing/sql/empty-1.9.0.sql

DROP TABLE IF EXISTS `glpi_plugin_addressing_addressings`;
CREATE TABLE `glpi_plugin_addressing_addressings` (
   `id` int(11) NOT NULL auto_increment,
   `entities_id` int(11) NOT NULL default '0',
   `name` varchar(255) collate utf8_unicode_ci default NULL,
   `networks_id` int(11) NOT NULL default '0' COMMENT 'RELATION to glpi_networks (id)',
   `begin_ip` varchar(255) collate utf8_unicode_ci default NULL,
   `end_ip` varchar(255) collate utf8_unicode_ci default NULL,
   `alloted_ip` tinyint(1) NOT NULL default '0',
   `double_ip` tinyint(1) NOT NULL default '0',
   `free_ip` tinyint(1) NOT NULL default '0',
   `reserved_ip` tinyint(1) NOT NULL default '0',
   `use_ping` tinyint(1) NOT NULL default '0',
   `comment` text collate utf8_unicode_ci,
   `is_deleted` tinyint(1) NOT NULL default '0',
   PRIMARY KEY  (`id`),
   KEY `name` (`name`),
   KEY `entities_id` (`entities_id`),
   KEY `networks_id` (`networks_id`),
   KEY `is_deleted` (`is_deleted`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

DROP TABLE IF EXISTS `glpi_plugin_addressing_configs`;
CREATE TABLE `glpi_plugin_addressing_configs` (
   `id` int(11) NOT NULL auto_increment,
   `alloted_ip` tinyint(1) NOT NULL default '0',
   `double_ip` tinyint(1) NOT NULL default '0',
   `free_ip` tinyint(1) NOT NULL default '0',
   `reserved_ip` tinyint(1) NOT NULL default '0',
   `use_ping` tinyint(1) NOT NULL default '0',
   `used_system` tinyint(1) NOT NULL default '0',
   PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

INSERT INTO `glpi_plugin_addressing_configs` VALUES ('1','1','1','1','1','0','0');

DROP TABLE IF EXISTS `glpi_plugin_addressing_profiles`;
CREATE TABLE `glpi_plugin_addressing_profiles` (
   `id` int(11) NOT NULL auto_increment,
   `profiles_id` int(11) NOT NULL default '0' COMMENT 'RELATION to glpi_profiles (id)',
   `addressing` char(1) collate utf8_unicode_ci default NULL,
   `use_ping_in_equipment` char(1) collate utf8_unicode_ci default NULL,
   PRIMARY KEY  (`id`),
   KEY `profiles_id` (`profiles_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

INSERT INTO `glpi_displaypreferences` VALUES (NULL,'PluginAddressingAddressing',2,2,0);
INSERT INTO `glpi_displaypreferences` VALUES (NULL,'PluginAddressingAddressing',3,6,0);
INSERT INTO `glpi_displaypreferences` VALUES (NULL,'PluginAddressingAddressing',4,5,0);
INSERT INTO `glpi_displaypreferences` VALUES (NULL,'PluginAddressingAddressing',1000,3,0);
INSERT INTO `glpi_displaypreferences` VALUES (NULL,'PluginAddressingAddressing',1001,4,0);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists