Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 60a5ddb

Browse files
authored
Merge pull request #1053 from alphagov/add-performance-platform-topics
Add performance platform topics
2 parents eb18858 + 7ce11ac commit 60a5ddb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/seeds.rb

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
Topic.find_or_create_by!(name: "education", title: "Education")
1313
Topic.find_or_create_by!(name: "health", title: "Health")
1414
Topic.find_or_create_by!(name: "transport", title: "Transport")
15+
Topic.find_or_create_by!(name: "government-reference-data", title: "Government reference data")
16+
Topic.find_or_create_by!(name: "digital-services-performance", title: "Digital service performance")
1517

1618
org = Organisation.find_or_create_by!(
1719
uuid: "90aefa0d-0e92-4895-a7fd-c1adb2b3f14f",

0 commit comments

Comments
 (0)