Skip to content

Commit

Permalink
Resized database id field to work with new Twitch id
Browse files Browse the repository at this point in the history
  • Loading branch information
r8420 committed Sep 8, 2020
1 parent 201b294 commit cb3640e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch_dl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ USE `twitch_dl`;
DROP TABLE IF EXISTS `streams`;
CREATE TABLE `streams`
(
`id` varchar(57) NOT NULL,
`id` varchar(70) NOT NULL,
`title` varchar(200) NOT NULL,
`game` varchar(100) CHARACTER SET utf8 NOT NULL,
`status` varchar(25) NOT NULL,
Expand Down

0 comments on commit cb3640e

Please sign in to comment.