From ed7ca3b698c4fbc2d96246e2037cba700e0da8bc Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 23 Dec 2024 11:13:02 +0000 Subject: [PATCH] =?UTF-8?q?#3=20=E3=82=BF=E3=82=A4=E3=83=A0=E3=82=B9?= =?UTF-8?q?=E3=82=BF=E3=83=B3=E3=83=97=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models.py b/models.py index 76bac3f..a9fcb43 100644 --- a/models.py +++ b/models.py @@ -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