migrations

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const MigrationTable = "libindex_migrations"

Variables

View Source
var Migrations = []migrate.Migration{
	{
		ID: 1,
		Up: runFile("01-init.sql"),
	},
	{
		ID: 2,
		Up: runFile("02-digests.sql"),
	},
	{
		ID: 3,
		Up: runFile("03-unique-manifest_index.sql"),
	},
	{
		ID: 4,
		Up: runFile("04-foreign-key-cascades.sql"),
	},
}

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