Add a per-project notes store

This commit is contained in:
2026-09-01 12:28:09 -07:00
parent 221e7566c3
commit cc767bd544
4 changed files with 378 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod migration_store;
pub mod notes_store;
pub mod pending_cleanup;
pub mod projects_store;
pub mod secure;