add twitch stream notify

This commit is contained in:
Jay
2018-06-28 17:37:33 +08:00
parent e2eeef9d82
commit 171df6193b
13 changed files with 552 additions and 116 deletions
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE public.twitch_channel DROP type;
ALTER TABLE public.line_twitch_rt ADD type varchar(100) DEFAULT '' NOT NULL;
+1
View File
@@ -0,0 +1 @@
ALTER TABLE public.twitch_channel ADD laststream varchar(100) DEFAULT '' NOT NULL;