Skip to content

Commit

Permalink
Таблица url_checks с данными для тестов
Browse files Browse the repository at this point in the history
  • Loading branch information
KAnanev committed Jul 5, 2023
1 parent 4926ea4 commit 76fe39b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_data.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
INSERT INTO urls (name, created_at)
VALUES
('http:https://www.ya.ru', '2023-01-01 00:00:00'),
('http:https://www.google.ru', '2023-01-01 00:00:00');
('http:https://www.google.ru', '2023-01-01 00:00:00');

INSERT INTO url_checks (url_id, created_at)
VALUES
('1', '2023-01-01 00:00:10'),
('1', '2023-01-01 00:00:20'),
('1', '2023-01-01 00:00:30');

0 comments on commit 76fe39b

Please sign in to comment.