Skip to content

Commit

Permalink
Add KCNA and KCSA certifications (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
hconnan authored Sep 30, 2024
1 parent 85a6b9a commit f442dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hasura/seeds/08-certifications.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ INSERT INTO "Certification" ("name", "certBody", "verified") VALUES
('ITIL 3 Foundation', 'Axelos', true),
('ITIL 4 Foundation', 'Axelos', true),
('Java Foundation Certified Junior Associate', 'Oracle', true),
('Kubernetes Cloud Native Associate', 'CNCF', true),
('Kubernetes Cloud Native Security Associate', 'CNCF', true),
('Lean Green Belt', 'APMG International', true),
('Maîtrise de la qualité en projet Web', 'Opquast', true),
('Management 3.0', 'Management 3.0', true),
Expand Down Expand Up @@ -103,4 +105,4 @@ INSERT INTO "Certification" ("name", "certBody", "verified") VALUES
('TensorFlow Developer', 'TensorFlow', true),
('TOGAF 9 Certified', 'The Open Group', true),
('TOGAF 9 Foundation', 'The Open Group', true)
ON CONFLICT DO NOTHING;
ON CONFLICT DO NOTHING;

0 comments on commit f442dc3

Please sign in to comment.