Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

trigger build#14

Open
georgevanderson wants to merge 10 commits into
mainfrom
migration-new-branch
Open

trigger build#14
georgevanderson wants to merge 10 commits into
mainfrom
migration-new-branch

Conversation

@georgevanderson
Copy link
Copy Markdown

No description provided.

@fiveonefour-hosting
Copy link
Copy Markdown

fiveonefour-hosting Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Boreal.

Project Deployment Logs Base URL Updated (UTC)
planes 🏗️ Building Logs https://514-demos-planes-migration-369cd.boreal.cloud 2026-04-17 17:37:48

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
planes Ready Ready Preview, Comment Apr 17, 2026 5:38pm

Request Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5856b12911

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

data_type:
elementType: String
elementNullable: false
required: true
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Mark sup as optional in the migration

The new model field is declared as optional (sup?: string[]), and the existing ingest mapping path (mapToAircraftTrackingData) does not populate sup at all, so many records will omit it. Adding this column as required: true (here and again for the processed table) can cause inserts/migration application to fail or force invalid defaults whenever sup is absent. This delta should make sup non-required (or provide a safe default and update the mapper) to match current runtime payloads.

Useful? React with 👍 / 👎.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants