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.
Fetch only necessary columns when checking subscription status
- Loading branch information
Showing
5 changed files
with
38 additions
and
67 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
.sqlx/query-1069f360d74064043999fc569238737cc843ef22e810716875c29905e3268d25.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
.sqlx/query-9fa97d6ae7ce2c0a2a5ad18cf0a60123d6432c81b8e29cae0b7ed862adfffe8a.json
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
mod new_subscriber; | ||
mod subscriber_email; | ||
mod subscriber_name; | ||
mod subscription; | ||
mod subscription_status; | ||
mod subscription_token; | ||
|
||
pub use new_subscriber::NewSubscriber; | ||
pub use subscriber_email::SubscriberEmail; | ||
pub use subscriber_name::SubscriberName; | ||
pub use subscription::Subscription; | ||
pub use subscription_status::SubscriptionStatus; | ||
pub use subscription_token::{token_regex, SubscriptionToken}; |
This file was deleted.
Oops, something went wrong.
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