Skip to content

Commit 469daf6

Browse files
committed
add tags and related categories
1 parent 3bc9eba commit 469daf6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

database/data/001_categories/100_related-categories.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ VALUES
6666
('Met', 'Met_c'),
6767
('Met', 'Met_oo'),
6868
('Met', 'Ban'),
69+
('Met', 'PMet'),
6970
('Met_c', 'Met'),
7071
('Met_c', 'Met_oo'),
7172
('Met_c', 'Top'),
@@ -80,6 +81,7 @@ VALUES
8081
('N_oo', 'N'),
8182
('N_oo', 'On'),
8283
('On', 'N'),
84+
('PMet', 'Met'),
8385
('Pos', 'FinOrd'),
8486
('Pos', 'Prost'),
8587
('Prost', 'Pos'),

database/data/002_tags/002_category-tags.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ VALUES
6161
('N_oo', 'thin'),
6262
('On', 'set theory'),
6363
('On', 'thin'),
64+
('PMet', 'analysis'),
6465
('Pos', 'order theory'),
6566
('Prost', 'order theory'),
6667
('R-Mod', 'algebra'),

0 commit comments

Comments
 (0)