Skip to content

Commit

Permalink
Merge pull request #178 from NetSepio/vaibhavvvvv/dev
Browse files Browse the repository at this point in the history
User struct: unique constraint remove to fix evm auth
  • Loading branch information
vaibhavvvvv authored Jun 11, 2024
2 parents f124bbe + d880715 commit 1c945d8
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
Expand Up @@ -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
Expand Down

0 comments on commit 1c945d8

Please sign in to comment.