add avatar url for user/admin
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-17 20:19:24 +03:30
parent a55d65e56c
commit 989bbf6254
8 changed files with 44 additions and 3 deletions
@@ -1381,6 +1381,16 @@
"length": 255,
"mappedType": "string"
},
"avatar_url": {
"name": "avatar_url",
"type": "varchar(255)",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"length": 255,
"mappedType": "string"
},
"role_id": {
"name": "role_id",
"type": "char(26)",
@@ -1672,6 +1682,16 @@
"nullable": true,
"length": 255,
"mappedType": "string"
},
"avatar_url": {
"name": "avatar_url",
"type": "varchar(255)",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"length": 255,
"mappedType": "string"
}
},
"name": "users",