After deleting the host account, all users including host members can't anymore access to not only this host page but also every event and venue that the host registered.
Input your password to confirm to delete
Station1640 team page
Welcome back to updated ComeUp! You can have a host account to manage events and venues now. We encourage you to check your host pages and update information for better experience. Thank you for being with ComeUp.
select `HashTagCategory`.*, `HashTag`.`TargetId` as `pivot_TargetId`, `HashTag`.`HashTagCategoryId` as `pivot_HashTagCategoryId`, `HashTag`.`Target_type` as `pivot_Target_type` from `HashTagCategory` innerjoin `HashTag` on `HashTagCategory`.`HashTagCategoryId` = `HashTag`.`HashTagCategoryId` where `HashTag`.`TargetId` =1085and `HashTag`.`Target_type` ='team'orderby `HashTagId` asc
select*from `Team` where `Team`.`TeamId` =1085and `Team`.`DeletedAt` isnull limit 1
390μs/app/Models/TeamNews.php:102comeup_dev
Metadata
Bindings
0. 1085
Backtrace
20. /app/Models/TeamNews.php:102
21. /app/Models/TeamNews.php:38
22. /app/Models/Team.php:371
23. /app/Models/Team.php:243
24. /app/Repositories/TeamRepository.php:360
select `HashTagCategory`.*, `HashTag`.`TargetId` as `pivot_TargetId`, `HashTag`.`HashTagCategoryId` as `pivot_HashTagCategoryId`, `HashTag`.`Target_type` as `pivot_Target_type` from `HashTagCategory` innerjoin `HashTag` on `HashTagCategory`.`HashTagCategoryId` = `HashTag`.`HashTagCategoryId` where `HashTag`.`TargetId` =1085and `HashTag`.`Target_type` ='team'orderby `HashTagId` asc
8.21ms/app/Models/Team.php:451comeup_dev
Metadata
Bindings
0. 1085
1. team
Backtrace
14. /app/Models/Team.php:451
15. /app/Models/Team.php:615
16. /app/Models/TeamNews.php:104
17. /app/Models/TeamNews.php:38
18. /app/Models/Team.php:371
select*from `NewsImage` where `NewsImage`.`TargetId` =1152and `NewsImage`.`TargetId` isnotnulland `NewsImage`.`TargetType` ='team-news'
690μs/app/Models/TeamNews.php:111comeup_dev
Metadata
Bindings
0. 1152
1. team-news
Backtrace
19. /app/Models/TeamNews.php:111
20. /app/Models/TeamNews.php:42
21. /app/Models/Team.php:371
22. /app/Models/Team.php:243
23. /app/Repositories/TeamRepository.php:360
selectcount(*) as aggregate from `Event` innerjoin `TeamEvents` on `Event`.`EventId` = `TeamEvents`.`EventId` where `TeamEvents`.`TeamId` =1085and `Status` in (1) and `Role` ='owner'and `Event`.`DeletedAt` isnull
select `Member`.*, `Follow`.`TeamId` as `pivot_TeamId`, `Follow`.`MemberId` as `pivot_MemberId` from `Member` innerjoin `Follow` on `Member`.`MemberId` = `Follow`.`MemberId` where `Follow`.`TeamId` =1085 limit 25offset0