Skip to content

Commit

Permalink
fix: adding nkeys accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 3, 2024
1 parent a131194 commit 8d50019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/accounts/cmd/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ var Migrate = &cobra.Command{
&models.Operator{},
&models.System{},
&models.Tag{},
&models.NKey{},
&models.Cluster{},
&models.Token{},
&models.SigningKeyGroup{},
&models.UserLimits{},
)
},
}

0 comments on commit 8d50019

Please sign in to comment.