From e0addf5b588a1244f9679becd90999dfcb4c3a94 Mon Sep 17 00:00:00 2001 From: "ITSERVICES\\rb7147" Date: Tue, 25 Apr 2017 11:46:00 -0400 Subject: Policy 1707 commit to LF Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 --- .../install/mysql/data/161000_upgrade_script.sql | 80 +--------------------- 1 file changed, 1 insertion(+), 79 deletions(-) (limited to 'packages/base/src/files/install/mysql/data/161000_upgrade_script.sql') diff --git a/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql b/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql index ba887f214..3c3272e0e 100755 --- a/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql +++ b/packages/base/src/files/install/mysql/data/161000_upgrade_script.sql @@ -1675,87 +1675,9 @@ create table `globalrolesettings` ( primary key (`role`) ); --- --- Table structure for table `goceventalarm` --- - -drop table if exists `goceventalarm`; -create table `goceventalarm` ( -`id` int(11) not null auto_increment, -`event` varchar(1024) not null, -`description` varchar(1024) default null, -`alarm` varchar(1024) not null, -`created_date` timestamp not null default current_timestamp, -`created_by` varchar(45) not null, -`modified_date` timestamp not null default '0000-00-00 00:00:00', -`modified_by` varchar(45) not null, -primary key (`id`) -); - --- --- Table structure for table `gocrcalarm` --- - -drop table if exists `gocrcalarm`; -create table `gocrcalarm` ( -`id` int(11) not null auto_increment, -`alarmname` varchar(1024) not null, -`description` varchar(1024) default null, -`created_date` timestamp not null default current_timestamp, -`created_by` varchar(45) not null, -`modified_date` timestamp not null default '0000-00-00 00:00:00', -`modified_by` varchar(45) not null, -primary key (`id`) -); - --- --- Table structure for table `gocserverscope` --- - -drop table if exists `gocserverscope`; -create table `gocserverscope` ( -`id` int(11) not null auto_increment, -`serverscopename` varchar(1024) not null, -`description` varchar(1024) default null, -`serverscopeentry` varchar(1024) not null, -`created_date` timestamp not null default current_timestamp on update current_timestamp, -`created_by` varchar(45) not null, -`modified_date` timestamp not null default '0000-00-00 00:00:00', -`modified_by` varchar(45) not null, -primary key (`id`) -); --- --- Table structure for table `goctraversal` --- - -drop table if exists `goctraversal`; -create table `goctraversal` ( -`id` int(11) not null auto_increment, -`traversal` varchar(1024) not null, -`description` varchar(1024) default null, -`created_date` timestamp not null default current_timestamp, -`created_by` varchar(45) not null, -`modified_date` timestamp not null default '0000-00-00 00:00:00', -`modified_by` varchar(45) not null, -primary key (`id`) -); --- --- Table structure for table `gocvnftype` --- -drop table if exists `gocvnftype`; -create table `gocvnftype` ( -`id` int(11) not null auto_increment, -`vnfname` varchar(1024) not null, -`description` varchar(1024) default null, -`created_date` timestamp not null default current_timestamp, -`created_by` varchar(45) not null, -`modified_date` timestamp not null default '0000-00-00 00:00:00', -`modified_by` varchar(45) not null, -primary key (`id`) -); -- -- Table structure for table `groupentity` @@ -6446,4 +6368,4 @@ INSERT INTO `policyversion` VALUES (3,'com/Config_MS_vFirewall',1,1,'2017-03-03 insert into sequence (seq_name, seq_count) values ('SEQ_GEN', 3050); set foreign_key_checks=1; -commit; +commit; \ No newline at end of file -- cgit 1.2.3-korg