From d7f634bfd709a84cdac9fb0409e606cc90c19691 Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:33:04 -0700 Subject: [PATCH] reverse Accidental move of cargo toml --- src/Cargo.toml => Cargo.toml | 0 src/schema.rs | 10 ++-------- 2 files changed, 2 insertions(+), 8 deletions(-) rename src/Cargo.toml => Cargo.toml (100%) diff --git a/src/Cargo.toml b/Cargo.toml similarity index 100% rename from src/Cargo.toml rename to Cargo.toml diff --git a/src/schema.rs b/src/schema.rs index 9432e8d2..fdfe4118 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -179,10 +179,7 @@ pub mod gtfs { gtfs.realtime_passwords (onestop_feed_id) { onestop_feed_id -> Text, - passwords -> Nullable>>, - header_auth_key -> Nullable, - header_auth_value_prefix -> Nullable, - url_auth_key -> Nullable, + passwords -> Nullable, } } @@ -275,10 +272,7 @@ pub mod gtfs { gtfs.static_passwords (onestop_feed_id) { onestop_feed_id -> Text, - passwords -> Nullable>>, - header_auth_key -> Nullable, - header_auth_value_prefix -> Nullable, - url_auth_key -> Nullable, + passwords -> Nullable, } }