public interface MigrationInfoService
| Modifier and Type | Method and Description |
|---|---|
MigrationInfo[] |
all()
Retrieves the full set of infos about applied, current and future migrations.
|
MigrationInfo[] |
applied()
Retrieves the full set of infos about the migrations applied to the DB.
|
MigrationInfo |
current()
Retrieves the information of the current applied migration, if any.
|
MigrationInfo[] |
pending()
Retrieves the full set of infos about pending migrations, available locally, but not yet applied to the DB.
|
MigrationInfo[] all()
MigrationInfo current()
null if no migrations have been applied yet.MigrationInfo[] pending()
MigrationInfo[] applied()
Copyright © 2013. All Rights Reserved.