Merge pull request #1042 from Human-Connection/fix_regression_data_import

Fix regression of data import
This commit is contained in:
Robert Schäfer 2019-07-15 17:39:15 +02:00 committed by GitHub
commit f6bc72341f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ ON CREATE SET
u.name = user.name,
u.slug = user.slug,
u.email = user.email,
u.password = user.password,
u.encryptedPassword = user.password,
u.avatar = replace(user.avatar, 'https://api-alpha.human-connection.org', ''),
u.coverImg = replace(user.coverImg, 'https://api-alpha.human-connection.org', ''),
u.wasInvited = user.wasInvited,