Port 1.00 following tests

Co-Authored-By: Max <max@zed.dev>
This commit is contained in:
Conrad Irwin 2024-01-05 14:23:07 -07:00
parent 5037cca7ec
commit 81d707adbc
5 changed files with 534 additions and 534 deletions

View file

@ -855,6 +855,14 @@ impl Database {
.exec(&*tx)
.await?;
follower::Entity::delete_many()
.filter(
Condition::all()
.add(follower::Column::FollowerConnectionId.eq(connection.id as i32)),
)
.exec(&*tx)
.await?;
// Unshare projects.
project::Entity::delete_many()
.filter(

File diff suppressed because it is too large Load diff