mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
WA-9 - implemented wallet
This commit is contained in:
@@ -15,7 +15,7 @@ type UsersMigration struct {
|
||||
|
||||
func (am *UsersMigration) Create() {
|
||||
models := []interface{}{
|
||||
(*models.UserModel)(nil),
|
||||
(*models.User)(nil),
|
||||
}
|
||||
|
||||
for _, model := range models {
|
||||
|
||||
Reference in New Issue
Block a user