l
This commit is contained in:
parent
1e53bba6e7
commit
9cdb441dc5
3 changed files with 2 additions and 5 deletions
|
|
@ -219,9 +219,6 @@ func (a *App) unprovisionProject(ctx context.Context, userID string, projectID i
|
|||
if err := a.removeSystemdForProject(p); err != nil {
|
||||
return err
|
||||
}
|
||||
if err := a.dropProjectDatabase(ctx, p); err != nil {
|
||||
return err
|
||||
}
|
||||
if _, err := a.db.ExecContext(ctx, `DELETE FROM projects WHERE id=$1 AND user_id=$2`, p.ID, userID); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue