Skip to content

ref(migrations): Drop {next,last}_checkin columns (db op) #49256

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

evanpurkhiser
Copy link
Member

Follow up to #49132

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 16, 2023 21:42
@evanpurkhiser evanpurkhiser requested a review from wedamija May 16, 2023 21:42
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label May 16, 2023
@github-actions
Copy link
Contributor

This PR has a migration; here is the generated SQL for src/sentry/migrations/0445_drop_deprecated_monitor_next_last_checkin_db_op.py ()

--
-- Custom state/database change combination
--

                    ALTER TABLE "sentry_monitor" DROP COLUMN "last_checkin";
                    ALTER TABLE "sentry_monitor" DROP COLUMN "next_checkin";
                    ;

@evanpurkhiser evanpurkhiser enabled auto-merge (squash) May 16, 2023 22:18
@evanpurkhiser evanpurkhiser merged commit 9df6fcd into master May 16, 2023
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-migrations-drop-next-last-checkin-columns-db-op- branch May 16, 2023 22:22
volokluev pushed a commit that referenced this pull request May 30, 2023
Follow up to #49132

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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