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
Host Test 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` =1700and `HashTag`.`Target_type` ='team'orderby `HashTagId` asc
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` =1700and `HashTag`.`Target_type` ='team'orderby `HashTagId` asc
select*from `Team` where `Team`.`TeamId` =1700and `Team`.`DeletedAt` isnull limit 1
350μs/app/Models/TeamNews.php:102comeup_dev
Metadata
Bindings
0. 1700
Backtrace
20. /app/Models/TeamNews.php:102
21. /app/Models/TeamNews.php:38
22. /app/Models/Team.php:370
23. /app/Models/Team.php:242
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` =1700and `HashTag`.`Target_type` ='team'orderby `HashTagId` asc
8.11ms/app/Models/Team.php:447comeup_dev
Metadata
Bindings
0. 1700
1. team
Backtrace
14. /app/Models/Team.php:447
15. /app/Models/Team.php:610
16. /app/Models/TeamNews.php:104
17. /app/Models/TeamNews.php:38
18. /app/Models/Team.php:370
select*from `NewsImage` where `NewsImage`.`TargetId` =1913and `NewsImage`.`TargetId` isnotnulland `NewsImage`.`TargetType` ='team-news'
660μs/app/Models/TeamNews.php:111comeup_dev
Metadata
Bindings
0. 1913
1. team-news
Backtrace
19. /app/Models/TeamNews.php:111
20. /app/Models/TeamNews.php:42
21. /app/Models/Team.php:370
22. /app/Models/Team.php:242
23. /app/Repositories/TeamRepository.php:360
selectcount(*) as aggregate from `Event` innerjoin `TeamEvents` on `Event`.`EventId` = `TeamEvents`.`EventId` where `TeamEvents`.`TeamId` =1700and `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` =1700 limit 25offset0