Skip to content

Commit c3f5014

Browse files
committed
feat(db): update openboot user avatar to GitHub organization avatar
1 parent 35382a3 commit c3f5014

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Migration: Update openboot user avatar to GitHub organization avatar
2+
3+
UPDATE users
4+
SET avatar_url = 'https://avatars.githubusercontent.com/u/258731499?v=4'
5+
WHERE username = 'openboot';

0 commit comments

Comments
 (0)