Skip to content

Commit

Permalink
Update schema.sql
Browse files Browse the repository at this point in the history
New columns added after release of tvOS
  • Loading branch information
kmonaghan committed Nov 2, 2015
1 parent b2ec789 commit f15156c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ CREATE TABLE `daily_raw` (
`period` varchar(30) DEFAULT NULL,
`category` varchar(30) DEFAULT NULL,
`cmb` varchar(30) DEFAULT NULL,
`supported_platforms` varchar(12) DEFAULT NULL,
`devices` varchar(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Expand Down

0 comments on commit f15156c

Please sign in to comment.