switched to using state repo & separate package repos

This commit is contained in:
2023-05-20 17:31:14 +02:00
parent 786b70b842
commit e079526d4c
25 changed files with 1534 additions and 2378 deletions

View File

@@ -11,7 +11,7 @@ import (
// (default values, validators, hooks and policies) and stitches it
// to their package variables.
func init() {
dbpackageFields := schema.DbPackage{}.Fields()
dbpackageFields := schema.DBPackage{}.Fields()
_ = dbpackageFields
// dbpackageDescPkgbase is the schema descriptor for pkgbase field.
dbpackageDescPkgbase := dbpackageFields[0].Descriptor()