feat: 灵犀 Studio Web UI 定制版
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Unified initializer for all Hermes SQLite stores.
|
||||
* Call this once at bootstrap to create/migrate all tables.
|
||||
*
|
||||
* All table schemas, creation, and migration logic are now centralized
|
||||
* in schemas.ts to avoid duplication and ensure consistency.
|
||||
*/
|
||||
|
||||
import { initAllHermesTables } from './schemas'
|
||||
|
||||
export function initAllStores(): void {
|
||||
// Initialize all tables with centralized schema definitions and migrations
|
||||
initAllHermesTables()
|
||||
}
|
||||
Reference in New Issue
Block a user