jobs

package
v0.0.0-...-a494c4b Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SeedSuperAdmin *gormigrate.Migration = &gormigrate.Migration{
	ID: "SEED_SUPER_ADMIN",
	Migrate: func(db *gorm.DB) error {
		return db.Create(&superAdmin).Error
	},
	Rollback: func(db *gorm.DB) error {
		return db.Delete(&superAdmin).Error
	},
}

SeedUsers inserts the first users

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