migrationscripts

package
v0.0.0-...-7d3b672 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All() []plugin.MigrationScript

All return all the migration scripts

Types

type ZentaoConnection20230608

type ZentaoConnection20230608 struct {
	DbUrl          string `mapstructure:"dbUrl"  json:"dbUrl" gorm:"serializer:encdec"`
	DbIdleConns    int    `json:"dbIdleConns" mapstructure:"dbIdleConns"`
	DbLoggingLevel string `json:"dbLoggingLevel" mapstructure:"dbLoggingLevel"`
	DbMaxConns     int    `json:"dbMaxConns" mapstructure:"dbMaxConns"`
}

This object conforms to what the frontend currently sends.

func (ZentaoConnection20230608) TableName

func (ZentaoConnection20230608) TableName() string

type ZentaoTask20230627

type ZentaoTask20230627 struct {
	Left float64 `json:"left" gorm:"column:db_left"`
}

func (ZentaoTask20230627) TableName

func (ZentaoTask20230627) TableName() string

Jump to

Keyboard shortcuts

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