-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Drop EventAttachment.file_id
, part 1
#93806
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #93806 +/- ##
===========================================
+ Coverage 46.06% 88.02% +41.95%
===========================================
Files 10323 10339 +16
Lines 595898 596635 +737
Branches 23171 23171
===========================================
+ Hits 274521 525202 +250681
+ Misses 320918 70974 -249944
Partials 459 459 |
87208ad
to
1aa35a4
Compare
2efed5e
to
fa3be1a
Compare
This PR has a migration; here is the generated SQL for for --
-- Moved eventattachment.file_id field to pending deletion state
--
-- (no-op) |
86da06d
to
27ebb34
Compare
fa3be1a
to
1630998
Compare
This PR has a migration; here is the generated SQL for for --
-- Moved eventattachment.file_id field to pending deletion state
--
-- (no-op) |
First part of dropping the column, marking it as pending.
1630998
to
f99f0b1
Compare
First part of dropping the column, marking it as pending.