Skip to content

Commit ec723a9

Browse files
authored
keep better-documented flusurv migration script (#1685)
1 parent c6505af commit ec723a9

File tree

2 files changed

+20
-43
lines changed

2 files changed

+20
-43
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
-- Add new age, race, and sex strata, and season descriptor (YYYY-YY format)
22
ALTER TABLE `flusurv` ADD (
3-
`rate_age_18t29` double DEFAULT NULL,
4-
`rate_age_30t39` double DEFAULT NULL,
5-
`rate_age_40t49` double DEFAULT NULL,
6-
`rate_age_5t11` double DEFAULT NULL,
7-
`rate_age_12t17` double DEFAULT NULL,
8-
`rate_age_lt18` double DEFAULT NULL,
9-
`rate_age_gte18` double DEFAULT NULL,
10-
`rate_race_white` double DEFAULT NULL,
11-
`rate_race_black` double DEFAULT NULL,
12-
`rate_race_hisp` double DEFAULT NULL,
13-
`rate_race_asian` double DEFAULT NULL,
14-
`rate_race_natamer` double DEFAULT NULL,
15-
`rate_sex_male` double DEFAULT NULL,
16-
`rate_sex_female` double DEFAULT NULL,
17-
`rate_age_0tlt1` double DEFAULT NULL,
18-
`rate_age_1t4` double DEFAULT NULL,
19-
`rate_age_gte75` double DEFAULT NULL,
20-
`rate_flu_a` double DEFAULT NULL,
21-
`rate_flu_b` double DEFAULT NULL,
22-
`season` char(7) DEFAULT NULL,
3+
`season` char(7) DEFAULT NULL,
4+
`rate_age_18t29` double DEFAULT NULL,
5+
`rate_age_30t39` double DEFAULT NULL,
6+
`rate_age_40t49` double DEFAULT NULL,
7+
`rate_age_5t11` double DEFAULT NULL,
8+
`rate_age_12t17` double DEFAULT NULL,
9+
`rate_age_lt18` double DEFAULT NULL,
10+
`rate_age_gte18` double DEFAULT NULL,
11+
`rate_age_1t4` double DEFAULT NULL,
12+
`rate_age_gte75` double DEFAULT NULL,
13+
`rate_age_0tlt1` double DEFAULT NULL,
14+
`rate_race_white` double DEFAULT NULL,
15+
`rate_race_black` double DEFAULT NULL,
16+
`rate_race_hisp` double DEFAULT NULL,
17+
`rate_race_asian` double DEFAULT NULL,
18+
`rate_race_natamer` double DEFAULT NULL,
19+
`rate_sex_male` double DEFAULT NULL,
20+
`rate_sex_female` double DEFAULT NULL,
21+
`rate_flu_a` double DEFAULT NULL,
22+
`rate_flu_b` double DEFAULT NULL
2323
);

src/ddl/migrations/flusurv_new_signals.sql

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)