Skip to content

Commit

Permalink
Merge pull request #79 from mit-jp/subcat-name
Browse files Browse the repository at this point in the history
update subcategory name
  • Loading branch information
ethanrdsch authored Feb 4, 2025
2 parents 52d224d + ea32bd7 commit 4ecdf4c
Show file tree
Hide file tree
Showing 3 changed files with 18 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';
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';
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
UPDATE
subcategory
SET
name = 'Socio-Demographic Metrics'
WHERE
"order" = 3;

0 comments on commit 4ecdf4c

Please sign in to comment.