Skip to content

Commit

Permalink
refactor: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zluuba committed May 15, 2024
1 parent 4a34b3e commit 7ab5ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_analyzer/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def init_db(connection):
name VARCHAR(255) UNIQUE,
created_at TIMESTAMP NOT NULL
);
CREATE TABLE IF NOT EXISTS url_checks (
id bigint PRIMARY KEY GENERATED ALWAYS AS IDENTITY,
url_id bigint REFERENCES urls (id),
Expand Down

0 comments on commit 7ab5ed9

Please sign in to comment.