My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: export migration types from db

+3
+3
crates/db/src/lib.rs
··· 15 15 /// Database entities 16 16 pub mod entity; 17 17 18 + /// Types defined in migration 19 + pub use migration::types::*; 20 + 18 21 pub use sea_orm::ActiveValue; 19 22 20 23 #[expect(unused_imports)]