oncall-engine/.github
Joey Orlando dd65732b99
chore: patch recent migration files that drop db columns (#5277)
# What this PR does

- patch recent migration files which drop several deprecated DB columns
which led to a recent (minor/internal) issue
- add a CI job to prevent this from happening in the future and instead,
force folks to drop columns [the _proper_
way](https://github.com/grafana/oncall/tree/dev/dev#removing-a-nullable-field-from-a-model)
(which we have documented internally)


(as documented
[here](https://github.com/grafana/oncall/tree/dev/dev#removing-a-nullable-field-from-a-model),
I have the four additional migration files (which actually do the `DROP
COLUMN`s in the db) saved locally, and will include these in a separate
PR/release)

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
2024-11-20 17:02:05 -05:00
..
actions ci: patch issue in gcom curl command (#5061) 2024-09-23 12:30:31 -04:00
ISSUE_TEMPLATE update github issue product areas + label assignment 2024-06-14 12:52:14 -04:00
workflows chore: patch recent migration files that drop db columns (#5277) 2024-11-20 17:02:05 -05:00
CODEOWNERS chore: update CODEOWNERS (#5237) 2024-11-06 15:03:11 -05:00
helm-ci.yml Configure cross plugin e2e tests (#4222) 2024-04-25 06:25:59 +00:00
pull_request_template.md PR template: "Closes" -> "Related to" (#4693) 2024-07-17 13:44:16 +00:00
release.yml Automate release note generation (#4004) 2024-03-06 14:37:55 +00:00
verify-public-docs-updated.sh add small script + github action to check that public docs updated (#1177) 2023-01-20 13:23:06 +01:00