Package-level declarations
Types
Link copied to clipboard
A migration the scan found, before anything about the database is known.
Link copied to clipboard
The number a .sql migration is recognised by on every run after the first.
Link copied to clipboard
Finds every migration the configuration points at, and puts them in the order they would run.
Link copied to clipboard
Reads a migration's version and description out of its name.
Link copied to clipboard
What a migration's name says about it.
Link copied to clipboard
What a .sql migration is allowed to say, checked while the database is still untouched.
Link copied to clipboard
The two places .sql migrations come from, behind one call.