MigrationsList defines a list with migration definitions
Item returns a single migration from the list by its index.
Items returns the internal migrations list slice.
Register adds new migration definition to the list.
If optFilename is not provided, it will try to get the name from its .go file.
optFilename
The list will be sorted automatically based on the migrations file name.
Rest
Generated using TypeDoc
MigrationsList defines a list with migration definitions