Skip to content

Commit 42bf4fc

Browse files
committed
Change paths field from unique_views to unique
1 parent ba74e66 commit 42bf4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_stats_pages/models/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ class Paths(SQLModel, table=True):
1010
path: str
1111
title: str
1212
views: int
13-
unique_views: int
13+
unique: int

0 commit comments

Comments
 (0)