Обновить зависимости проекта
This commit is contained in:
@@ -28,7 +28,9 @@ pub async fn postgres_schema_url(prefix: &str) -> String {
|
||||
let mut connection = connect_admin_with_retry(database_url).await;
|
||||
|
||||
connection
|
||||
.execute(sqlx::query(&format!("create schema {schema}")))
|
||||
.execute(sqlx::query(sqlx::AssertSqlSafe(format!(
|
||||
"create schema {schema}"
|
||||
))))
|
||||
.await
|
||||
.expect("test PostgreSQL schema must be created");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user