1
0
forked from ALHP/ALHP.GO

added pkgbuild path to db

This commit is contained in:
2022-08-14 17:20:34 +02:00
parent 05f36bef88
commit 5ea43c896f
9 changed files with 302 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ var (
{Name: "io_out", Type: field.TypeInt64, Nullable: true},
{Name: "srcinfo", Type: field.TypeString, Nullable: true, Size: 2147483647},
{Name: "srcinfo_hash", Type: field.TypeString, Nullable: true},
{Name: "pkgbuild", Type: field.TypeString, Nullable: true},
}
// DbPackagesTable holds the schema information for the "db_packages" table.
DbPackagesTable = &schema.Table{