migrations

package
v2.0.11 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const MigrationIDInitSchema = "20260327_cache_service_init_schema"

Variables

View Source
var CacheServiceMigrations = []*gormigrate.Migration{
	{
		ID: MigrationIDInitSchema,
		Migrate: func(tx *gorm.DB) error {
			return migrateInitSchema(tx)
		},
		Rollback: func(tx *gorm.DB) error {

			return nil
		},
	},
}

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