We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
avatar_url
1 parent 05e2806 commit d8f9537Copy full SHA for d8f9537
coderd/database/migrations/000044_user_avatars.up.sql
@@ -1,2 +1,2 @@
1
ALTER TABLE users
2
- ADD COLUMN avatar_url varchar(64);
+ ADD COLUMN avatar_url text;
0 commit comments