Skip to content

Commit

Permalink
update subcategory name
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrdsch committed Feb 4, 2025
1 parent 6516fd8 commit d196cf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/migrations/20250204150132_change_subcat_name.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
UPDATE
subcategory
SET
name = 'Socio-Demographic Metrics'
WHERE
name = 'Diversity and Equity Metrics';

0 comments on commit d196cf8

Please sign in to comment.