Skip to content

refs(incidents): Remove IncidentSuspectCommit model - #16781

Merged
wedamija merged 1 commit into
masterfrom
danf/remove_supect_commits
Feb 14, 2020
Merged

refs(incidents): Remove IncidentSuspectCommit model#16781
wedamija merged 1 commit into
masterfrom
danf/remove_supect_commits

Conversation

@wedamija

@wedamija wedamija commented Feb 3, 2020

Copy link
Copy Markdown
Member

Follow-up to #16758. This removes the model without
actually removing the table from the databse. We'll remove the table in a final follow-up pr.

Migration sql, no changes as expected:

BEGIN;
--
-- Custom state/database change combination
--
COMMIT;

@wedamija
wedamija requested review from a team and markstory February 3, 2020 22:39
@wedamija
wedamija force-pushed the danf/remove_supect_commits branch from 77095ee to 2a2c36f Compare February 3, 2020 22:46
@wedamija
wedamija requested a review from a team as a code owner February 3, 2020 22:46
wedamija added a commit that referenced this pull request Feb 4, 2020
Final step in removing this table, can only be merged after
#16781 has deployed.

Migration:
```
BEGIN;
--
-- Custom state/database change combination
--

                    DROP TABLE "sentry_incidentsuspectcommit";
                    ;
COMMIT;
```
@wedamija
wedamija force-pushed the danf/remove_supect_commits branch from 2a2c36f to 0553612 Compare February 7, 2020 19:02
Follow-up to #16758. This removes the model without
actually removing the table from the databse. We'll remove the table in a final follow-up pr.
@wedamija
wedamija force-pushed the danf/remove_supect_commits branch from 0553612 to d76c6b8 Compare February 13, 2020 23:22
@wedamija
wedamija merged commit a470b14 into master Feb 14, 2020
@wedamija
wedamija deleted the danf/remove_supect_commits branch February 14, 2020 00:44
wedamija added a commit that referenced this pull request Feb 14, 2020
Final step in removing this table, can only be merged after
#16781 has deployed.

Migration:
```
BEGIN;
--
-- Custom state/database change combination
--

                    DROP TABLE "sentry_incidentsuspectcommit";
                    ;
COMMIT;
```
wedamija added a commit that referenced this pull request Feb 14, 2020
Final step in removing this table, can only be merged after
#16781 has deployed.

Migration:
```
BEGIN;
--
-- Custom state/database change combination
--

                    DROP TABLE "sentry_incidentsuspectcommit";
                    ;
COMMIT;
```
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 19, 2020
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