Browse Source

#22

feature/022
みてるぞ 1 week ago
parent
commit
1074f09b96
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      db/models.py

+ 6
- 0
db/models.py View File

@@ -64,6 +64,12 @@ class TrackedVideo (Model):


__timestamps__ = False __timestamps__ = False


def upsert (
self,
*args: str,
) -> None:
super ().upsert ('code')



class User (Model): class User (Model):
id: int id: int


Loading…
Cancel
Save