This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle concurrent publish newsletter form submission gracefully
- Loading branch information
Showing
8 changed files
with
137 additions
and
42 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
...636dab1e6741441501f384a1a94f53c70489.json → ...963b7b4e6961d53e99a520068d46836f1027.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ddd6d6ddb3240e39400ebd68f60cc6f07bbd.json → ...697326211b11923c403618bdf15d98aae00e.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
.sqlx/query-f835e8ebdcd687acf7fcf845127617860abd3d7a806a900aa6d608c993dabb0b.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
migrations/20240414051122_relax_null_checks_on_idempotency.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ALTER TABLE idempotency ALTER COLUMN response_status_code DROP NOT NULL; | ||
ALTER TABLE idempotency ALTER COLUMN response_headers DROP NOT NULL; | ||
ALTER TABLE idempotency ALTER COLUMN response_body DROP NOT NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters