There was an error while loading. Please reload this page.
1 parent 711bc24 commit cec4ba6Copy full SHA for cec4ba6
1 file changed
supabase/migrations/20251113001614_cart_default_channels.sql
@@ -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;
+alter table "public"."truck_routes" add column "streaming_config" jsonb;
0 commit comments