Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FullMigration is a migration that migrates all data. FullMigration = "full" // SnapshotMigration is a migration that uses the latest database snapshot, instead of replaying all the steps. SnapshotMigration = "snapshot" // TestDataCreation is a migration that creates test data (in additional to full or snapshot). TestDataCreation = "testdata" // NoMigration is a migration that does not migrate any data. NoMigration = "none" )
Variables ¶
View Source
var MigrationTypes = []string{FullMigration, SnapshotMigration, TestDataCreation, NoMigration}
MigrationTypes is a list of all possible migration types.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.