CEC-4678 Fix ERROR #42703 column "update_package_id" does not exist (#385)

This commit is contained in:
John Wu
2023-07-05 15:58:59 -07:00
committed by GitHub
parent 11406aa8da
commit e60e366cd8

View File

@@ -32,7 +32,7 @@ const tableColumns = [
label: "ID", label: "ID",
}, },
{ {
id: "update_package_id", id: "update_manifest_id",
label: "Name", label: "Name",
}, },
{ {