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:
2025-11-17 21:47:08 +05:00
parent a3729e39ba
commit cbd8051f03
8 changed files with 0 additions and 483 deletions
@@ -32,7 +32,6 @@ func autoMigrate(db *gorm.DB) error {
// автоматические миграции GORM
return db.AutoMigrate(
&models.UserT{},
&models.OAuthProvider{},
// другие модели...
)
}