Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/store-sqlite / / AppliedMigration
Interface: AppliedMigration
Defined in: packages/store-sqlite/src/migrations/runner.ts:10
Result row of the schema_migrations bookkeeping table — one row per applied migration.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
appliedAt | readonly | number | packages/store-sqlite/src/migrations/runner.ts:13 |
checksum | readonly | string | packages/store-sqlite/src/migrations/runner.ts:14 |
name | readonly | string | packages/store-sqlite/src/migrations/runner.ts:12 |
version | readonly | string | packages/store-sqlite/src/migrations/runner.ts:11 |