zedshaw.games/setup.sql

4 lines
436 B
SQL

insert into stream (title, description) values ('Zed First Stream', 'This is a stream yaaaaa.');
insert into stream (title, description) values ('Zed Second Stream', 'This is a stream yaaaaa even more streams.');
insert into stream_link (stream_id, url, description) values (1, 'http://127.0.0.1:5001', 'Test link home.');
insert into stream_link (stream_id, url, description) values (2, 'http://127.0.0.1:5001', 'Another link home.');