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
4
Packages
Projects
Releases
Wiki
Activity
Files
02f67f7a5cd5744f6d817c12eefe034c1a9b381e
Oxicloud
/
migrations
/
20260526000000_add_user_image.sql
T
2 lines
60 B
SQL
Raw
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