UPDATE: removed Gaming category

This commit is contained in:
white
2025-03-05 15:22:50 +00:00
parent 37156ead22
commit d6ac20d609
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@@ -99,6 +99,9 @@ INSERT INTO categories (category_name) VALUES
('Dead by Daylight'),
('Hogwarts Legacy');
DELETE FROM categories WHERE category_name = 'Gaming';
UPDATE streams SET category_id = 6 WHERE category_id = 1;
-- Sample Data for streams
INSERT INTO streams (user_id, title, start_time, category_id) VALUES