refactor(backend): alihkan EditLog ke zesdex-cms JsonlEditLogRepository

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
co-authored by Claude Sonnet 5
parent 0ad3b0e539
commit 9618ef413b
5 changed files with 44 additions and 26 deletions
-3
View File
@@ -5,9 +5,6 @@
pub mod store {
pub use zesdex_entities::seaorm::common::store::*;
}
pub mod editlog {
pub use zesdex_entities::seaorm::common::edit_log::*;
}
/// Local modules not extracted to workspace crates
pub mod msglog;
pub mod agent_def;