Files
onebox/ts/database/migrations/index.ts
Juergen Kunz 49998c4c32
Some checks failed
CI / Type Check & Lint (push) Failing after 36s
CI / Build Test (Current Platform) (push) Failing after 1m8s
CI / Build All Platforms (push) Successful in 8m29s
add migration
2026-03-15 12:45:13 +00:00

3 lines
110 B
TypeScript

export { BaseMigration } from './base-migration.ts';
export { MigrationRunner } from './migration-runner.ts';