mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #1042 from Human-Connection/fix_regression_data_import
Fix regression of data import
This commit is contained in:
commit
f6bc72341f
@ -101,7 +101,7 @@ ON CREATE SET
|
|||||||
u.name = user.name,
|
u.name = user.name,
|
||||||
u.slug = user.slug,
|
u.slug = user.slug,
|
||||||
u.email = user.email,
|
u.email = user.email,
|
||||||
u.password = user.password,
|
u.encryptedPassword = user.password,
|
||||||
u.avatar = replace(user.avatar, 'https://api-alpha.human-connection.org', ''),
|
u.avatar = replace(user.avatar, 'https://api-alpha.human-connection.org', ''),
|
||||||
u.coverImg = replace(user.coverImg, 'https://api-alpha.human-connection.org', ''),
|
u.coverImg = replace(user.coverImg, 'https://api-alpha.human-connection.org', ''),
|
||||||
u.wasInvited = user.wasInvited,
|
u.wasInvited = user.wasInvited,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user