Release v3.7.2

Published from npm package build
Source: https://github.com/thedotmack/claude-mem-source
This commit is contained in:
Alex Newman
2025-09-22 14:14:51 -04:00
parent 68566b556c
commit 4d5b307a74
3 changed files with 4 additions and 6 deletions

View File

@@ -9,8 +9,6 @@ export function registerMigrations(): void {
// Register migrations in order
manager.registerMigration(migration001);
console.log('📋 Registered all database migrations');
}
// Auto-register migrations when this module is imported