Skip to content

Commit

Permalink
[!] model: add subkey into auto migration list
Browse files Browse the repository at this point in the history
  • Loading branch information
nykma committed Nov 17, 2023
1 parent 5243cd2 commit c9de7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func Init(autoMigrate bool) {
&Proof{},
&ProofChain{},
&AvatarAlias{},
&Subkey{},
)
if err != nil {
panic(err)
Expand Down

0 comments on commit c9de7a7

Please sign in to comment.