mtfosbot/schema/20180716-1.sql

2 lines
155 B
MySQL
Raw Normal View History

2018-07-15 16:51:36 +00:00
ALTER TABLE public.twitch_channel ADD "join" boolean DEFAULT false NOT NULL;
ALTER TABLE public.twitch_channel ADD opayid varchar(150) DEFAULT '' NOT NULL;