Add the shared domain event bus.

This commit is contained in:
2026-07-19 13:48:03 +02:00
parent 429f471e4e
commit a2abb901cd
28 changed files with 1534 additions and 65 deletions

View File

@@ -94,6 +94,7 @@ diesel::table! {
from_cli -> Integer,
seen_at -> Nullable<BigInt>,
created_at -> BigInt,
project_id -> Nullable<Text>,
}
}