Skip to content

chore(launchpad): create replacement analysis_file_id col in preprod size metrics table #94655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

NicoHinderling
Copy link
Contributor

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 30, 2025
Copy link
Contributor

This PR has a migration; here is the generated SQL for src/sentry/preprod/migrations/0008_make_preprod_analysis_file_id_in_size_metrics_table.py

for 0008_make_preprod_analysis_file_id_in_size_metrics_table in preprod

--
-- Add field analysis_file_id to preprodartifactsizemetrics
--
ALTER TABLE "sentry_preprodartifactsizemetrics" ADD COLUMN "analysis_file_id" bigint NULL;
CREATE INDEX CONCURRENTLY "sentry_preprodartifactsizemetrics_analysis_file_id_f7c6d67f" ON "sentry_preprodartifactsizemetrics" ("analysis_file_id");

@NicoHinderling NicoHinderling force-pushed the 06-30-chore_launchpad_create_replacement_analysis_file_id_col_in_preprod_size_metrics_table branch from e421c6a to ca3696e Compare June 30, 2025 21:08
@NicoHinderling NicoHinderling enabled auto-merge (squash) June 30, 2025 21:30
…nalysis_file_id_col_in_preprod_size_metrics_table
@NicoHinderling NicoHinderling merged commit ba6a788 into master Jun 30, 2025
66 checks passed
@NicoHinderling NicoHinderling deleted the 06-30-chore_launchpad_create_replacement_analysis_file_id_col_in_preprod_size_metrics_table branch June 30, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants