Skip to content

Commit 4e5528b

Browse files
committed
Update rvdss.sql
1 parent 1214e70 commit 4e5528b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ddl/rvdss.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CREATE TABLE `rvdss_pct_positive` (
8080
`sarscov2_pct_positive` int(10) NOT NULL,
8181
`sarscov2_tests` int(10) NOT NULL,
8282
`sarscov2_positive_tests` int(10) NOT NULL,
83-
`region` char(20)
83+
`region` char(20) NOT NULL,
8484
`week` int(2) NOT NULL,
8585
`weekorder` int(2) NOT NULL,
8686
`year` int(4) NOT NULL,

0 commit comments

Comments
 (0)