Skip to content

Commit

Permalink
fix cassettes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Oct 18, 2024
1 parent 4f6692b commit 7e73f38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 70 deletions.
2 changes: 2 additions & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "country", default: "United States", null: false
t.boolean "has_assignable_contacts"
t.index ["name", "city", "state"], name: "index_schools_on_name_and_city_and_state", opclass: :gist_trgm_ops, using: :gist
t.index ["salesforce_id"], name: "index_schools_on_salesforce_id", unique: true
t.index ["sheerid_school_name"], name: "index_schools_on_sheerid_school_name"
Expand Down Expand Up @@ -472,6 +473,7 @@
t.jsonb "books_used_details"
t.string "adopter_status"
t.jsonb "consent_preferences"
t.boolean "is_deleted"
t.index "lower((first_name)::text)", name: "index_users_on_first_name"
t.index "lower((last_name)::text)", name: "index_users_on_last_name"
t.index "lower((username)::text)", name: "index_users_on_username_case_insensitive"
Expand Down
29 changes: 13 additions & 16 deletions spec/cassettes/Newflow/Students/student_signup_flow/sf_setup.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 0 additions & 54 deletions spec/cassettes/Newflow_StudentSignup/sf_setup.yml

This file was deleted.

0 comments on commit 7e73f38

Please sign in to comment.