This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
nizika_nico
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#22
feature/022
みてるぞ
1 week ago
parent
2b706f1247
commit
1074f09b96
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
db/models.py
+ 6
- 0
db/models.py
View File
@@ -64,6 +64,12 @@ class TrackedVideo (Model):
__timestamps__ = False
def upsert (
self,
*args: str,
) -> None:
super ().upsert ('code')
class User (Model):
id: int
Write
Preview
Loading…
Cancel
Save