Added notify call

Mikayla Maki created

Change summary

crates/db/dev-db.db                       | 0 
crates/db/src/test/generate-db.rs         | 6 ++++++
crates/project_panel/src/project_panel.rs | 1 +
3 files changed, 7 insertions(+)

Detailed changes

crates/db/src/test/generate-db.rs 🔗

@@ -0,0 +1,6 @@
+// What do I want for testing:
+
+// - A command to run, that exercises the existing APIs to generate a database, which I can then
+//   use a sqlite browser to develop queries against.
+// - A way to generate arbitrary database states which are then hooked into a dev build of rust for testing
+// -