Port 1.00 following tests
Co-Authored-By: Max <max@zed.dev>
This commit is contained in:
parent
5037cca7ec
commit
81d707adbc
5 changed files with 534 additions and 534 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue