This website requires JavaScript.
Explore
Help
Register
Sign In
cjw
/
Oxicloud
Watch
1
Star
0
Fork
0
You've already forked Oxicloud
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
main
Oxicloud
/
migrations
/
20260526000000_add_user_image.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
2 lines
60 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
feat(user-avatar): users can now edit there image (image is taken from OIDC picture)
2026-05-26 00:50:38 +02:00
ALTER
TABLE
auth
.
users
ADD
COLUMN
IF
NOT
EXISTS
image
TEXT
;
Reference in New Issue
Copy Permalink