From 667a91842bf34f5a17c5dee8ff755fae2bfe9b16 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 12 Apr 2019 11:34:21 +0200 Subject: "pentium4" is now in the database - update our dump --- misc/database-layout.dump | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'misc/database-layout.dump') diff --git a/misc/database-layout.dump b/misc/database-layout.dump index cf2c5e7..cb2bdff 100644 --- a/misc/database-layout.dump +++ b/misc/database-layout.dump @@ -892,14 +892,19 @@ versions CREATE TABLE `versions` ( INSERT INTO `architectures` VALUES (1,'any'), (3,'i486'), - (2,'i686'); + (2,'i686'), + (4,'pentium4'); INSERT INTO `architecture_compatibilities` VALUES (1,1,1,'1'), (2,2,2,'1'), (3,1,2,'1'), (4,3,3,'1'), (5,1,3,'1'), - (6,3,2,'\0'); + (6,3,2,'\0'), + (7,1,4,'1'), + (8,4,4,'1'), + (9,2,4,'\0'), + (10,3,4,'\0'); INSERT INTO `dependency_types` VALUES (2,'run','1','1'), (3,'check','\0','\0'), @@ -955,7 +960,18 @@ INSERT INTO `repositories` VALUES (22,'community-staging',3,'1',3), (23,'gnome-unstable',8,'1',3), (24,'kde-unstable',8,'1',3), - (25,'deletion-list',6,'\0',3); + (25,'deletion-list',6,'\0',3), + (26,'core',1,'1',4), + (27,'extra',1,'1',4), + (28,'community',1,'1',4), + (29,'build-support',4,'1',4), + (30,'testing',2,'1',4), + (31,'community-testing',2,'1',4), + (32,'staging',3,'1',4), + (33,'community-staging',3,'1',4), + (34,'gnome-unstable',8,'1',4), + (35,'kde-unstable',8,'1',4), + (36,'deletion-list',6,'\0',4); INSERT INTO `repository_moves` VALUES (5,5,1,1), (6,5,2,2), @@ -973,6 +989,10 @@ INSERT INTO `repository_moves` VALUES (30,9,21,2), (31,9,22,3), (32,9,22,4), + (33,9,32,1), + (34,9,32,2), + (35,9,33,3), + (36,9,33,4), (18,19,15,1), (19,19,16,2), (14,20,17,3), @@ -980,7 +1000,15 @@ INSERT INTO `repository_moves` VALUES (20,21,19,1), (21,21,19,2), (16,22,20,3), - (17,22,20,4); + (17,22,20,4), + (40,30,26,1), + (41,30,27,2), + (42,31,28,3), + (43,31,28,4), + (44,32,30,1), + (45,32,30,2), + (46,33,31,3), + (47,33,31,4); INSERT INTO `repository_stabilities` VALUES (1,'stable','Packages: Stable'), (2,'testing','Packages: Testing'), -- cgit v1.2.3-54-g00ecf