drupflare/worker - v1.0.0
Preparing search index...
db/migrate-sql
MigrationLoader
Interface MigrationLoader
Where the manifest and chunks come from. Injected so the gate tests can replay off disk.
interface
MigrationLoader
{
loadChunk
:
(
file
:
string
,
index
:
number
)
=>
Promise
<
MigrationChunk
>
;
loadManifest
:
()
=>
Promise
<
MigrationManifest
>
;
}
Hierarchy (
View Summary
)
MigrationLoader
SqlMigratorOptions
Index
Properties
load
Chunk
load
Manifest
Properties
load
Chunk
loadChunk
:
(
file
:
string
,
index
:
number
)
=>
Promise
<
MigrationChunk
>
load
Manifest
loadManifest
:
()
=>
Promise
<
MigrationManifest
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
load
Chunk
load
Manifest
drupflare/worker - v1.0.0
Loading...
Where the manifest and chunks come from. Injected so the gate tests can replay off disk.