migration

package
v1.2.0-rc2 Latest Latest
Warning

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

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

Documentation

Overview

Package migration provides database migration functionality for Flight Control. It runs schema migrations for both the main store and the imagebuilder store within a single transaction to ensure atomicity.

Index

Constants

This section is empty.

Variables

View Source
var ErrDryRunComplete = errors.New("dry-run complete")

ErrDryRunComplete signals that migrations validated successfully in dry-run mode.

Functions

func Run

func Run(ctx context.Context, db *gorm.DB, log logrus.FieldLogger, dryRun bool) error

Run executes all database migrations within a single transaction. If dryRun is true, the transaction is rolled back after successful validation. The provided db must be connected as a user with migration privileges.

Types

This section is empty.

Jump to

Keyboard shortcuts

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