refering different tables that are not directly FK7 - clearing client cache

This commit is contained in:
Priec
2026-07-16 23:34:46 +02:00
parent daba328ca1
commit 4f5541e408
4 changed files with 5 additions and 2 deletions

2
client

Submodule client updated: 382c704a08...37e12efd46

2
common/src/grpc_error.rs Normal file
View File

@@ -0,0 +1,2 @@
pub const ERROR_REASON_METADATA_KEY: &str = "komp-ac-error-reason";
pub const COMPUTED_VALUE_MISMATCH_REASON: &str = "computed-value-mismatch";

View File

@@ -1,6 +1,7 @@
// common/src/lib.rs // common/src/lib.rs
pub mod search; pub mod search;
pub mod grpc_error;
pub mod proto { pub mod proto {
pub mod komp_ac { pub mod komp_ac {

2
server

Submodule server updated: 40d76eb75c...8c461303c3