Skip to content

Commit cec4ba6

Browse files
committed
Make it more maluable
1 parent 711bc24 commit cec4ba6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
create type "public"."streaming_service" as enum ('Twitch', 'Youtube');
2-
3-
alter table "public"."truck_routes" add column "default_twitch_channel" varchar(255) null;
4-
alter table "public"."truck_routes" add column "default_youtube_channel" varchar(255) null;
5-
alter table "public"."truck_routes" add column "default_streaming_service" streaming_service null;
1+
alter table "public"."truck_routes" add column "streaming_config" jsonb;

0 commit comments

Comments
 (0)