mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 08:39:57 +01:00
feat(views/geomap): migrate db to new collection type
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
|
||||
// Migrations should be kept in descending order, so the latest migration is first.
|
||||
const MIGRATIONS: (SqlMigration | JsMigration)[] = [
|
||||
// Migrate geo map to collection
|
||||
{
|
||||
version: 233,
|
||||
module: async () => import("./0233__migrate_geo_map_to_collection.js")
|
||||
},
|
||||
// Remove embedding tables since LLM embedding functionality has been removed
|
||||
{
|
||||
version: 232,
|
||||
|
||||
Reference in New Issue
Block a user