@eddyq/queue - v0.0.1
Interface MigrationStatus
A pending or applied migration.
interface
MigrationStatus
{
appliedAt
?:
string
;
name
:
string
;
version
:
number
;
}
Index
Properties
applied
At?
name
version
Properties
Optional
applied
At
appliedAt
?:
string
ISO-8601 timestamp if applied, null if pending.
name
name
:
string
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
applied
At
name
version
← Docs
GitHub
@eddyq/queue - v0.0.1
A pending or applied migration.