Skip to content

Commit ca59fda

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
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)