migrations

package
v1.4.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const MigrationTable = "libvuln_migrations"

Variables

View Source
var Migrations = []migrate.Migration{
	{
		ID: 1,
		Up: runFile("01-init.sql"),
	},
	{
		ID: 2,
		Up: runFile("02-indexes.sql"),
	},
	{
		ID: 3,
		Up: runFile("03-pyup-fingerprint.sql"),
	},
	{
		ID: 4,
		Up: runFile("04-enrichments.sql"),
	},
	{
		ID: 5,
		Up: runFile("05-uo_enrich-fkey.sql"),
	},
	{
		ID: 6,
		Up: runFile("06-delete-debian-update_operation.sql"),
	},
	{
		ID: 7,
		Up: runFile("07-force-alpine-update.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