@@ -925,6 +925,7 @@ CREATE TABLE `infrastructure` (
925925 ` peeringdb_ix_id` bigint (20 ) DEFAULT NULL ,
926926 ` ixf_ix_id` bigint (20 ) DEFAULT NULL ,
927927 ` country` varchar (2 ) COLLATE utf8_unicode_ci DEFAULT NULL ,
928+ ` notes` longtext COLLATE utf8_unicode_ci,
928929 ` created_at` timestamp NULL DEFAULT NULL ,
929930 ` updated_at` timestamp NULL DEFAULT NULL ,
930931 PRIMARY KEY (` id` ),
@@ -938,7 +939,7 @@ CREATE TABLE `infrastructure` (
938939
939940LOCK TABLES ` infrastructure` WRITE;
940941/* !40000 ALTER TABLE `infrastructure` DISABLE KEYS */ ;
941- INSERT INTO ` infrastructure` VALUES (1 ,' Infrastructure #1' ,' #1' ,1 ,48 ,20 ,NULL ,NULL ,NULL ),(2 ,' Infrastructure #2' ,' #2' ,0 ,387 ,645 ,NULL ,NULL ,NULL );
942+ INSERT INTO ` infrastructure` VALUES (1 ,' Infrastructure #1' ,' #1' ,1 ,48 ,20 ,NULL ,NULL ,NULL , NULL ),(2 ,' Infrastructure #2' ,' #2' ,0 ,387 ,645 , NULL ,NULL ,NULL ,NULL );
942943/* !40000 ALTER TABLE `infrastructure` ENABLE KEYS */ ;
943944UNLOCK TABLES;
944945
@@ -1276,7 +1277,7 @@ CREATE TABLE `migrations` (
12761277 ` migration` varchar (255 ) COLLATE utf8mb4_unicode_ci NOT NULL ,
12771278 ` batch` int (11 ) NOT NULL ,
12781279 PRIMARY KEY (` id` )
1279- ) ENGINE= InnoDB AUTO_INCREMENT= 18 DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_unicode_ci;
1280+ ) ENGINE= InnoDB AUTO_INCREMENT= 19 DEFAULT CHARSET= utf8mb4 COLLATE= utf8mb4_unicode_ci;
12801281/* !40101 SET character_set_client = @saved_cs_client */ ;
12811282
12821283--
@@ -1285,7 +1286,7 @@ CREATE TABLE `migrations` (
12851286
12861287LOCK TABLES ` migrations` WRITE;
12871288/* !40000 ALTER TABLE `migrations` DISABLE KEYS */ ;
1288- INSERT INTO ` migrations` VALUES (1 ,' 2014_10_12_100000_create_password_resets_table' ,1 ),(2 ,' 2018_08_08_100000_create_telescope_entries_table' ,1 ),(3 ,' 2019_03_25_211956_create_failed_jobs_table' ,1 ),(4 ,' 2020_02_06_204556_create_docstore_directories' ,2 ),(5 ,' 2020_02_06_204608_create_docstore_files' ,2 ),(6 ,' 2020_02_06_204911_create_docstore_logs' ,2 ),(7 ,' 2020_03_09_110945_create_docstore_customer_directories' ,3 ),(8 ,' 2020_03_09_111505_create_docstore_customer_files' ,3 ),(9 ,' 2020_07_21_094354_create_route_server_filters' ,4 ),(12 ,' 2020_09_03_153723_add_timestamps' ,5 ),(13 ,' 2020_09_18_095136_delete_ixp_table' ,6 ),(14 ,' 2020_11_16_102415_database_fixes' ,7 ),(15 ,' 2021_03_12_150418_create_log_table' ,8 ),(16 ,' 2021_04_14_125742_user_pref' ,9 ),(17 ,' 2021_04_14_101948_update_timestamps' ,10 );
1289+ INSERT INTO ` migrations` VALUES (1 ,' 2014_10_12_100000_create_password_resets_table' ,1 ),(2 ,' 2018_08_08_100000_create_telescope_entries_table' ,1 ),(3 ,' 2019_03_25_211956_create_failed_jobs_table' ,1 ),(4 ,' 2020_02_06_204556_create_docstore_directories' ,2 ),(5 ,' 2020_02_06_204608_create_docstore_files' ,2 ),(6 ,' 2020_02_06_204911_create_docstore_logs' ,2 ),(7 ,' 2020_03_09_110945_create_docstore_customer_directories' ,3 ),(8 ,' 2020_03_09_111505_create_docstore_customer_files' ,3 ),(9 ,' 2020_07_21_094354_create_route_server_filters' ,4 ),(12 ,' 2020_09_03_153723_add_timestamps' ,5 ),(13 ,' 2020_09_18_095136_delete_ixp_table' ,6 ),(14 ,' 2020_11_16_102415_database_fixes' ,7 ),(15 ,' 2021_03_12_150418_create_log_table' ,8 ),(16 ,' 2021_04_14_125742_user_pref' ,9 ),(17 ,' 2021_04_14_101948_update_timestamps' ,10 ),( 18 , ' 2021_05_18_085721_add_note_infrastructure ' , 11 ) ;
12891290/* !40000 ALTER TABLE `migrations` ENABLE KEYS */ ;
12901291UNLOCK TABLES;
12911292
@@ -2759,4 +2760,4 @@ UNLOCK TABLES;
27592760/* !40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */ ;
27602761/* !40111 SET SQL_NOTES=@OLD_SQL_NOTES */ ;
27612762
2762- -- Dump completed on 2021-05-13 13:46:29
2763+ -- Dump completed on 2021-05-18 12:59:57
0 commit comments