Skip to content

Commit

Permalink
Prince Edward is Duke of Edinburgh
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 10, 2023
1 parent ba9f062 commit a583745
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/succession_dump.sql
Expand Up @@ -5770,7 +5770,7 @@ CREATE TABLE `title` (
KEY `title_is_default` (`is_default`),
KEY `title_person_id` (`person_id`),
CONSTRAINT `title_ibfk_1` FOREIGN KEY (`person_id`) REFERENCES `person` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=903 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
) ENGINE=InnoDB AUTO_INCREMENT=904 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
Expand Down Expand Up @@ -5880,7 +5880,7 @@ INSERT INTO `title` VALUES (352,'The Prince Andrew, Duke of York','1986-07-23',N
INSERT INTO `title` VALUES (353,'Princess Beatrice of York',NULL,'2020-07-17',11,0);
INSERT INTO `title` VALUES (354,'Princess Eugenie of York',NULL,'2018-10-12',12,0);
INSERT INTO `title` VALUES (355,'The Prince Edward',NULL,'1999-06-19',6,0);
INSERT INTO `title` VALUES (356,'The Prince Edward, Earl of Wessex','1999-06-19',NULL,6,1);
INSERT INTO `title` VALUES (356,'The Prince Edward, Earl of Wessex','1999-06-19','2023-03-10',6,0);
INSERT INTO `title` VALUES (357,'Lady Louise Windsor',NULL,NULL,13,1);
INSERT INTO `title` VALUES (358,'James, Viscount Severn',NULL,NULL,14,1);
INSERT INTO `title` VALUES (359,'Princess Margaret of York',NULL,'1936-12-11',20,0);
Expand Down Expand Up @@ -6352,6 +6352,7 @@ INSERT INTO `title` VALUES (899,'Princess Charlotte of Wales','2022-09-09',NULL,
INSERT INTO `title` VALUES (900,'Prince Louis of Wales','2022-09-09',NULL,506,1);
INSERT INTO `title` VALUES (901,'Prince Archie of Sussex','2023-03-08',NULL,511,1);
INSERT INTO `title` VALUES (902,'Princess Lilibet of Sussex','2023-03-08',NULL,560,1);
INSERT INTO `title` VALUES (903,'The Prince Edward, Duke of Edinburgh','2023-03-10',NULL,6,1);
/*!40000 ALTER TABLE `title` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
Expand All @@ -6364,4 +6365,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-03-09 12:48:09
-- Dump completed on 2023-03-10 9:47:32

0 comments on commit a583745

Please sign in to comment.