Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit ca59fda

Browse files
committed
add sql script to update organisation name in postgres
1 parent 9275edb commit ca59fda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
update projects set organization_name = 'Arizona State University' where organization_name = 'ASU';
2+
update projects set name = replace(name, 'ASU', 'Arizona State University') where organization_name = 'Arizona State University';

0 commit comments

Comments
 (0)