FreeLLMAPI / server /dist /db /migrations.d.ts
Nryn215's picture
Upload folder using huggingface_hub
077865a verified
Raw
History Blame Contribute Delete
149 Bytes
import Database from 'better-sqlite3';
export declare function migrateDbSchema(db: Database.Database): void;
//# sourceMappingURL=migrations.d.ts.map