Port 1.00 following tests

Co-Authored-By: Max <max@zed.dev>
This commit is contained in:
Conrad Irwin
2024-01-05 15:55:33 -07:00
co-authored by Max
parent 5037cca7ec
commit 81d707adbc
5 changed files with 534 additions and 534 deletions
+8
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