Просмотр исходного кода

Revert "add project ID to app event webhook model (#4543)"

This reverts commit d4edac829b0bb6c07da88241d2b1ffc0f67f0026.
Yosef Mihretie 2 лет назад
Родитель
Сommit
25995dc44d
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      internal/models/app_event_webhook.go

+ 0 - 3
internal/models/app_event_webhook.go

@@ -18,9 +18,6 @@ type AppEventWebhooks struct {
 	UpdatedAt sql.NullTime `db:"updated_at"`
 	DeletedAt sql.NullTime `db:"deleted_at"`
 
-	// ProjectID uniquely identifies the project this app is in
-	ProjectID uint `db:"project_id"`
-
 	// AppInstanceID uniquely identifies the application this webhook URL is configured for
 	AppInstanceID uuid.UUID `db:"app_instance_id"`