Skip to content

Commit

Permalink
reverse Accidental move of cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 30, 2024
1 parent 3f1b165 commit d7f634b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
File renamed without changes.
10 changes: 2 additions & 8 deletions src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ pub mod gtfs {

gtfs.realtime_passwords (onestop_feed_id) {
onestop_feed_id -> Text,
passwords -> Nullable<Array<Nullable<Text>>>,
header_auth_key -> Nullable<Text>,
header_auth_value_prefix -> Nullable<Text>,
url_auth_key -> Nullable<Text>,
passwords -> Nullable<Jsonb>,
}
}

Expand Down Expand Up @@ -275,10 +272,7 @@ pub mod gtfs {

gtfs.static_passwords (onestop_feed_id) {
onestop_feed_id -> Text,
passwords -> Nullable<Array<Nullable<Text>>>,
header_auth_key -> Nullable<Text>,
header_auth_value_prefix -> Nullable<Text>,
url_auth_key -> Nullable<Text>,
passwords -> Nullable<Jsonb>,
}
}

Expand Down

0 comments on commit d7f634b

Please sign in to comment.