migrate

package
v1.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MigrateEmqx added in v0.24.0

func MigrateEmqx()

func Run

func Run()

Run - runs all migrations

func ToSQLSchema added in v0.99.0

func ToSQLSchema() error

ToSQLSchema migrates the data from key-value db to sql db.

Types

type KVRecord added in v1.6.0

type KVRecord struct {
	Key   string `gorm:"column:key;primaryKey"`
	Value string `gorm:"column:value"`
}

Jump to

Keyboard shortcuts

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