history

package
v0.0.0-...-2dfb075 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Sequence = []migrations.Migration{
	{
		Name: "session-to-session-history",
		Date: time.Date(
			2018, 12, 04, 12, 00, 00, 0, time.UTC),
		Migrate: migrations.MigrateSessionToHistory,
	},
	{
		Name: "settlements-to-rows",
		Date: time.Date(
			2020, 8, 17, 14, 27, 00, 0, time.UTC),
		Migrate: migrations.SettlementValuesToRows,
	},
	{
		Name: "registration-status-to-new",
		Date: time.Date(
			2021, 3, 15, 16, 00, 00, 0, time.UTC),
		Migrate: migrations.MigrateRegistrationState,
	},
	{
		Name: "registration-status-to-new-mainnet",
		Date: time.Date(
			2021, 10, 11, 0, 00, 00, 0, time.UTC),
		Migrate: migrations.MigrateRegistrationState,
	},
}

Sequence contains the whole migration sequence for boltdb

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