trying to rework database migrations

This commit is contained in:
2026-02-05 11:42:04 -06:00
parent 3b14c65998
commit 343488b3eb
83 changed files with 5793 additions and 876 deletions

View File

@@ -42,6 +42,7 @@ async fn setup_test_pack_and_action(pool: &PgPool) -> Result<(Pack, Action)> {
tags: vec!["test".to_string()],
runtime_deps: vec![],
is_standard: false,
installers: json!({}),
};
let pack = PackRepository::create(pool, pack_input).await?;