malawi_hiv_program_reports 1.0.24 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 062d15881512b1cc583e750ad84ad6d48c5ae101bfe115faa29661f92a5a4c5f
|
|
4
|
+
data.tar.gz: e8b0ee4083537c6880f2ac0f362e647a02c670cf73f50af6db92b2b31cf1855a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e262010a9b6b969e1cba70790c82ff8b4da89f45d3b902307ce5a9f9a9364f51e9f32077d9a7c962b3505f33e7f93834b424d233c9d1e4ea5c128a0db6b7304
|
|
7
|
+
data.tar.gz: 7663c5ba36fd8346e41aa41b432951fc286da066c89a63f7966cd28be6a843247d66ed1869e31414793673dd2db3cba1c972d17666924833fa8de40916901c41
|
|
@@ -121,7 +121,7 @@ module MalawiHivProgramReports
|
|
|
121
121
|
start_date DATE NOT NULL,
|
|
122
122
|
end_date DATE NOT NULL,
|
|
123
123
|
status VARCHAR(50) NOT NULL,
|
|
124
|
-
time_taken DECIMAL(40,2) DEFAULT NULL
|
|
124
|
+
time_taken DECIMAL(40,2) DEFAULT NULL
|
|
125
125
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8
|
|
126
126
|
SQL
|
|
127
127
|
end
|