# Packages
Copyright 2024 Northern.tech AS
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
# Functions
GetMigrationInfo retrieves a list of migrations applied to the db.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateMigrationInfo inserts a migration entry in the migration info collection.
No description provided by the author
# Constants
this is a small internal data layer for the migration utils, may be shared by diff migrators.
# Variables
No description provided by the author
# Structs
MigratorDummy does not actually apply migrations, just inserts the target version into the db to mark the initial/current state.
No description provided by the author
SimpleMigratior applies migrations by comparing `Version` of migrations passed to Apply() and already applied migrations.
No description provided by the author