Browse Source

#3 タイムスタンプを削除

main
みてるぞ 3 weeks ago
parent
commit
ed7ca3b698
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      models.py

+ 4
- 0
models.py View File

@@ -81,6 +81,8 @@ class QueryAnswerHistory (Model):
query_id: int
answer_id: int

__timestamps__ = False

@property
def query (
self,
@@ -100,3 +102,5 @@ class User (Model):
code: str
name: str
icon: bytes

__timestamps__ = False

Loading…
Cancel
Save