|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[8.0].define(version: 2025_09_26_084615) do |
| 13 | +ActiveRecord::Schema[8.0].define(version: 2025_10_07_141240) do |
14 | 14 | # These are extensions that must be enabled in order to support this database |
15 | 15 | enable_extension "pg_catalog.plpgsql" |
16 | 16 |
|
|
549 | 549 |
|
550 | 550 | create_table "partner_profiles", force: :cascade do |t| |
551 | 551 | t.bigint "essentials_bank_id" |
552 | | - t.text "application_data" |
553 | 552 | t.integer "partner_id" |
554 | 553 | t.string "name" |
555 | | - t.string "distributor_type" |
556 | 554 | t.string "agency_type" |
557 | 555 | t.text "agency_mission" |
558 | 556 | t.string "address1" |
|
570 | 568 | t.string "program_age" |
571 | 569 | t.boolean "case_management" |
572 | 570 | t.boolean "evidence_based" |
573 | | - t.text "evidence_based_description" |
574 | | - t.text "program_client_improvement" |
575 | 571 | t.string "essentials_use" |
576 | 572 | t.string "receives_essentials_from_other" |
577 | 573 | t.boolean "currently_provide_diapers" |
578 | | - t.boolean "turn_away_child_care" |
579 | 574 | t.string "program_address1" |
580 | 575 | t.string "program_address2" |
581 | 576 | t.string "program_city" |
582 | 577 | t.string "program_state" |
583 | 578 | t.integer "program_zip_code" |
584 | 579 | t.string "client_capacity" |
585 | | - t.text "incorporate_plan" |
586 | | - t.boolean "responsible_staff_position" |
587 | 580 | t.boolean "storage_space" |
588 | 581 | t.text "describe_storage_space" |
589 | | - t.boolean "trusted_pickup" |
590 | 582 | t.boolean "income_requirement_desc" |
591 | | - t.boolean "serve_income_circumstances" |
592 | 583 | t.boolean "income_verification" |
593 | | - t.boolean "internal_db" |
594 | | - t.boolean "maac" |
595 | 584 | t.integer "population_black" |
596 | 585 | t.integer "population_white" |
597 | 586 | t.integer "population_hispanic" |
|
605 | 594 | t.integer "above_1_2_times_fpl" |
606 | 595 | t.integer "greater_2_times_fpl" |
607 | 596 | t.integer "poverty_unknown" |
608 | | - t.string "ages_served" |
609 | 597 | t.string "executive_director_name" |
610 | 598 | t.string "executive_director_phone" |
611 | 599 | t.string "executive_director_email" |
612 | 600 | t.string "primary_contact_name" |
613 | 601 | t.string "primary_contact_phone" |
614 | 602 | t.string "primary_contact_mobile" |
615 | 603 | t.string "primary_contact_email" |
616 | | - t.string "pick_up_method" |
617 | 604 | t.string "pick_up_name" |
618 | 605 | t.string "pick_up_phone" |
619 | 606 | t.string "pick_up_email" |
|
0 commit comments