By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR fixes an issue where the HostMeta export was missing for the Postgres (PG) schema.
The missing export caused runtime errors when attempting to resolve host metadata in PG builds.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/1284
**Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb)
**Created:** 8/15/2025
**Status:** ✅ Merged
**Merged:** 8/15/2025
**Merged by:** [@oschwartz10612](https://github.com/oschwartz10612)
**Base:** `dev` ← **Head:** `Fix/missing-hostmeta-export-PG`
---
### 📝 Commits (1)
- [`b56db41`](https://github.com/fosrl/pangolin/commit/b56db41d0b71c6eeed1db089a66561119d5b8f3f) add missing hostmeta export for PG schema
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `server/db/pg/schema.ts` (+1 -0)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
This PR fixes an issue where the HostMeta export was missing for the Postgres (PG) schema.
The missing export caused runtime errors when attempting to resolve host metadata in PG builds.
## How to test?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1284
Author: @Pallavikumarimdb
Created: 8/15/2025
Status: ✅ Merged
Merged: 8/15/2025
Merged by: @oschwartz10612
Base:
dev← Head:Fix/missing-hostmeta-export-PG📝 Commits (1)
b56db41add missing hostmeta export for PG schema📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
server/db/pg/schema.ts(+1 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR fixes an issue where the HostMeta export was missing for the Postgres (PG) schema.
The missing export caused runtime errors when attempting to resolve host metadata in PG builds.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.