Skip to content

Commit

Permalink
Update eleven mask script to run on 2020 and 2021 (#139841)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsummers1 authored Dec 3, 2024
1 parent 6c73df7 commit ae1742f
Show file tree
Hide file tree
Showing 7 changed files with 24,003 additions and 544 deletions.
20 changes: 10 additions & 10 deletions services/database/data/seed-local/seed-section.json
Original file line number Diff line number Diff line change
Expand Up @@ -31561,7 +31561,7 @@
"section": {
"id": "2021-01",
"type": "section",
"year": 2020,
"year": 2021,
"state": "AL",
"title": "Program Fees and Policy Changes",
"valid": null,
Expand Down Expand Up @@ -32758,7 +32758,7 @@
"section": {
"id": "2021-02",
"type": "section",
"year": 2020,
"year": 2021,
"state": "AL",
"title": "Enrollment and Uninsured Data",
"valid": null,
Expand Down Expand Up @@ -33146,7 +33146,7 @@
"section": {
"id": "2021-03",
"type": "section",
"year": 2020,
"year": 2021,
"state": "AL",
"title": "Eligibility, Enrollment, and Operations",
"valid": null,
Expand Down Expand Up @@ -39016,7 +39016,7 @@
"section": {
"id": "2021-04",
"type": "section",
"year": 2020,
"year": 2021,
"state": "AL",
"title": "State Plan Goals and Objectives",
"valid": null,
Expand Down Expand Up @@ -41692,7 +41692,7 @@
"section": {
"id": "2021-05",
"type": "section",
"year": 2020,
"year": 2021,
"state": "AL",
"title": "Program Financing",
"valid": null,
Expand Down Expand Up @@ -42925,9 +42925,9 @@
],
"headers": [
{ "contents": "" },
{ "contents": "FFY 2020" },
{ "contents": "FFY 2021" },
{ "contents": "FFY 2022" }
{ "contents": "FFY 2022" },
{ "contents": "FFY 2023" }
]
},
"fieldset_type": "synthesized_table"
Expand Down Expand Up @@ -43057,9 +43057,9 @@
],
"headers": [
{ "contents": "" },
{ "contents": "FFY 2020" },
{ "contents": "FFY 2021" },
{ "contents": "FFY 2022" }
{ "contents": "FFY 2022" },
{ "contents": "FFY 2023" }
]
},
"fieldset_type": "synthesized_table"
Expand Down Expand Up @@ -43101,7 +43101,7 @@
"section": {
"id": "2021-06",
"type": "section",
"year": 2020,
"year": 2021,
"state": "AL",
"title": "Challenges and Accomplishments",
"valid": null,
Expand Down
2 changes: 1 addition & 1 deletion services/database/data/seed-local/seed-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
{
"stateId": "AL",
"status": "certified",
"status": "in_progress",
"year": 2020,
"programType": "combo",
"username": "[email protected]",
Expand Down
Loading

0 comments on commit ae1742f

Please sign in to comment.