mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Fix schema types in migrate script (#143)
This commit is contained in:
@@ -162,7 +162,7 @@ export const migrateSourceCredAccounts = async (
|
||||
const resultInsert = await client.UpsertPlayer({
|
||||
objects: usersToInsert,
|
||||
onConflict: {
|
||||
constraint: Player_Constraint.PlayerEthereumAddressKey,
|
||||
constraint: Player_Constraint.PlayerEthereumAddressUniqueKey,
|
||||
update_columns: [
|
||||
Player_Update_Column.ScIdentityId,
|
||||
Player_Update_Column.Username,
|
||||
|
||||
Reference in New Issue
Block a user