deleted: main_dc/yalarba/api_tp/internal/handlers/oauth_VK.go
deleted: main_dc/yalarba/api_tp/internal/handlers/oauth_yandex.go deleted: main_dc/yalarba/api_tp/internal/models/contacts.go deleted: main_dc/yalarba/api_tp/internal/models/o_auth_provider.go modified: main_dc/yalarba/api_tp/internal/server/server.go deleted: main_dc/yalarba/api_tp/internal/utils/oauth_utils.go modified: main_dc/yalarba/api_tp/pkg/database/postgres.go remove uAuth from api
This commit is contained in:
@@ -32,7 +32,6 @@ func autoMigrate(db *gorm.DB) error {
|
||||
// автоматические миграции GORM
|
||||
return db.AutoMigrate(
|
||||
&models.UserT{},
|
||||
&models.OAuthProvider{},
|
||||
// другие модели...
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user