Skip to content

Commit

Permalink
User struct: unique constraint remove to fix evm auth
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavvvvv committed Jun 11, 2024
1 parent f124bbe commit d880715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Migrate/migrate_models.go
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import (
type User struct {
UserId string `gorm:"primary_key;type:uuid"`
Name string
WalletAddress string `gorm:"unique"`
WalletAddress string
Discord string
Twitter string
FlowIds []FlowId

0 comments on commit d880715

Please sign in to comment.