feat: consolidate local-first mnote web runtime
This commit is contained in:
@@ -26,6 +26,10 @@ const MIGRATIONS: &[(&str, &str)] = &[
|
||||
"v5-sidebar-shortcut-root-uri",
|
||||
include_str!("../migrations/005-sidebar-shortcut-root-uri.sql"),
|
||||
),
|
||||
(
|
||||
"v6-navigation-recent",
|
||||
include_str!("../migrations/006-navigation-recent.sql"),
|
||||
),
|
||||
];
|
||||
|
||||
/// Create the `_migrations` meta-table if it does not exist.
|
||||
@@ -108,6 +112,7 @@ mod tests {
|
||||
"ai_runtime_events",
|
||||
"sidebar_shortcuts",
|
||||
"user_ui_preferences",
|
||||
"user_navigation_recent",
|
||||
] {
|
||||
assert!(table_exists(&conn, table), "table {table} should exist");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user