You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
436 B
4 lines
436 B
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.');
|
|
|