user tenant_id

This commit is contained in:
2025-10-23 16:58:52 +02:00
parent 0ad79c9bc1
commit fbd3aff6d8
11 changed files with 32 additions and 21 deletions
-1
View File
@@ -191,7 +191,6 @@ impl TestApp {
id: Uuid::new_v4(),
username,
password_hash,
tenant_id,
};
diesel::insert_into(backend::schema::users::table)
.values(&user)