TenantAtlas/apps/platform/.pnpm-store/v10/files/87/18f329209ec2afa32ec99034e3286fb27f65c51c36fcfbaddb58613ed46a1beec1cf699949aa7fb3828b028314807781a120db124a8a034058dddc8df36e6c
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
254 B
Plaintext

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