trying to rework database migrations
This commit is contained in:
@@ -434,6 +434,7 @@ pub async fn create_test_pack(pool: &PgPool, ref_name: &str) -> Result<Pack> {
|
||||
tags: vec!["test".to_string()],
|
||||
runtime_deps: vec![],
|
||||
is_standard: false,
|
||||
installers: json!({}),
|
||||
};
|
||||
|
||||
Ok(PackRepository::create(pool, input).await?)
|
||||
|
||||
Reference in New Issue
Block a user