TenantAtlas/apps/platform/.pnpm-store/v10/files/1d/9ff23df478fbeddb1e04d2388b7aa64ac736d08608e510326b2fcc16fbbc2dd02ec84458b8469e0346d31da0f96371e4190831da101890d3f0a22b6bd1a10a
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

4 lines
248 B
Plaintext

import type { MigrationConfig } from "../migrator.cjs";
import type { BunSQLiteDatabase } from "./driver.cjs";
export declare function migrate<TSchema extends Record<string, unknown>>(db: BunSQLiteDatabase<TSchema>, config: MigrationConfig): void;