From 28fa3820755da67ebd7bd6471c075190fef41576 Mon Sep 17 00:00:00 2001 From: Nick Hilliard Date: Mon, 18 Mar 2024 20:22:24 +0000 Subject: [PATCH] add export_to_ixf DB definitions to models --- data/ci/ci_test_db.sql | 3 ++- database/IXP-Manager.ormdesigner2 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/ci/ci_test_db.sql b/data/ci/ci_test_db.sql index 96fa35dc4..763af98fe 100644 --- a/data/ci/ci_test_db.sql +++ b/data/ci/ci_test_db.sql @@ -2762,6 +2762,7 @@ CREATE TABLE `vlan` ( `notes` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci, `peering_matrix` tinyint(1) NOT NULL DEFAULT '0', `peering_manager` tinyint(1) NOT NULL DEFAULT '0', + `export_to_ixf` tinyint(1) NOT NULL DEFAULT '1', `config_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, @@ -2778,7 +2779,7 @@ CREATE TABLE `vlan` ( LOCK TABLES `vlan` WRITE; /*!40000 ALTER TABLE `vlan` DISABLE KEYS */; -INSERT INTO `vlan` VALUES (1,1,'Peering LAN 1',1,0,'',1,1,NULL,NULL,NULL),(2,2,'Peering LAN 2',2,0,'',1,1,NULL,NULL,NULL); +INSERT INTO `vlan` VALUES (1,1,'Peering LAN 1',1,0,'',1,1,1,NULL,NULL,NULL),(2,2,'Peering LAN 2',2,0,'',1,1,1,NULL,NULL,NULL); /*!40000 ALTER TABLE `vlan` ENABLE KEYS */; UNLOCK TABLES; diff --git a/database/IXP-Manager.ormdesigner2 b/database/IXP-Manager.ormdesigner2 index 3714de352..1b7fe21af 100755 --- a/database/IXP-Manager.ormdesigner2 +++ b/database/IXP-Manager.ormdesigner2 @@ -678,6 +678,7 @@ +