migration

package
v1.120.6-rc-test Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

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

MigrationTypes is a list of all possible migration types.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL